Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 5 to 6 (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre ABRIOUX <[email protected]>
  • Loading branch information
dependabot[bot] and alexandre-abrioux authored Jan 25, 2025
1 parent 910bc3a commit 70b9db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
cwd://${{ steps.meta.outputs.bake-file }}
targets: |
image-all
set: |
Expand Down

0 comments on commit 70b9db3

Please sign in to comment.