Skip to content

Commit

Permalink
automatically tag latest on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeindl committed Apr 26, 2024
1 parent 72e9eea commit 21cd3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
buildArgs: BRANCH=${BRANCH_NAME},COMMIT=${{ steps.vars.outputs.sha_short }},VERSION=${{ steps.vars.outputs.sha_short }}
username: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}
# addLatest: true
addLatest: ${{ github.ref == 'refs/heads/main' }}
# tags: ${{ steps.vars.outputs.sha_short }},latest

0 comments on commit 21cd3c3

Please sign in to comment.