Skip to content

Commit

Permalink
Merge pull request #94 from snapp-incubator/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/bake-action-6

chore(deps): bump docker/bake-action from 5 to 6
  • Loading branch information
1995parham authored Jan 13, 2025
2 parents 5734d9c + dc333d4 commit 54ae33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/bake-action@v5
- uses: docker/bake-action@v6
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
env:
TAG: ${{ github.ref_name }}
with:
push: true
files: 'build/package/docker-bake.json'
- uses: docker/bake-action@v5
- uses: docker/bake-action@v6
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
push: true
Expand Down

0 comments on commit 54ae33b

Please sign in to comment.