Skip to content

Commit

Permalink
fix: update version tag & change secret var
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRZiminiar committed Aug 22, 2024
1 parent 10e0750 commit e5346cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
IMAGE_NAME: "tgrziminiar/go-cache"

jobs:
amd64:
arm64:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -27,7 +27,7 @@ jobs:
file: Dockerfile
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v7
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v8
- name: Deploy to Coolify
run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (s *Server) httpListening() {

func (s *Server) gracefulShutdown(quit <-chan os.Signal) {

log.Printf("Starting service v6")
log.Printf("Starting service v8")
<-quit

log.Printf("Shutting down service")
Expand Down

0 comments on commit e5346cc

Please sign in to comment.