Skip to content

Commit

Permalink
fix:change tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRZiminiar committed Aug 22, 2024
1 parent 58bfc7e commit 10e0750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["main"]
env:
REGISTRY: docker.io
IMAGE_NAME: "tgrziminiar/go-cache:v-6"
IMAGE_NAME: "tgrziminiar/go-cache"

jobs:
amd64:
Expand All @@ -27,7 +27,7 @@ jobs:
file: Dockerfile
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v7
- name: Deploy to Coolify
run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'

0 comments on commit 10e0750

Please sign in to comment.