Skip to content

Commit

Permalink
migrate from github.sha to github.number
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontalvoy authored Dec 6, 2023
1 parent ec82843 commit 1b3f026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: docker.io/gmontalvoy/goapp:${{ github.sha }}-prod
tags: docker.io/gmontalvoy/goapp:${{ github.number }}-prod

0 comments on commit 1b3f026

Please sign in to comment.