Skip to content

Commit

Permalink
prefix tags with dev and stable (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Oct 20, 2023
1 parent 6c7ba6e commit 3480ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
files: ./docker-bake.hcl
push: ${{ github.ref == 'refs/heads/main' }}
env:
SHA_SHORT: ${{ steps.vars.outputs.sha_short }}
SHA_SHORT: dev-${{ steps.vars.outputs.sha_short }}
TAG: latest-dev
2 changes: 1 addition & 1 deletion .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
files: ./docker-bake.hcl
push: ${{ github.ref == 'refs/heads/main' }}
env:
SHA_SHORT: ${{ github.ref_name }}
SHA_SHORT: stable-${{ github.ref_name }}
TAG: latest-stable

0 comments on commit 3480ee5

Please sign in to comment.