Skip to content

Commit

Permalink
Change Push Condition of Stable YAML to True (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored Nov 2, 2023
1 parent 982bac5 commit e022c1e
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/stable' }}
push: true
env:
SHA_SHORT: stable-${{ github.ref_name }}
TAG: latest-stable

0 comments on commit e022c1e

Please sign in to comment.