Skip to content

Commit

Permalink
Merge pull request #187 from docker/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…bake-action-4

build(deps): bump docker/bake-action from 2 to 4
  • Loading branch information
crazy-max authored Feb 2, 2024
2 parents 3c51900 + 9fa84cb commit 0085b64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,11 @@ jobs:
EOF
-
name: Release
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
workdir: ./pkg/${{ inputs.name }}
targets: release
provenance: false
set: |
*.output=/tmp/release
-
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,14 @@ jobs:
-
name: Build image
id: build
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
workdir: ./pkg/${{ inputs.name }}
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
targets: release
provenance: false
set: |
*.output=type=image,push=${{ inputs.release || github.event_name == 'schedule' }}
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@v4
-
name: Run
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
targets: validate

0 comments on commit 0085b64

Please sign in to comment.