Skip to content

Commit

Permalink
Change branch in stable docker yml to stable (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored Nov 2, 2023
1 parent f0c8e6f commit 982bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
token: ${{ secrets.DEPOT_TOKEN }}
files: ./docker-bake.hcl
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/stable' }}
env:
SHA_SHORT: stable-${{ github.ref_name }}
TAG: latest-stable

0 comments on commit 982bac5

Please sign in to comment.