Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.4.1 to 6.5.0 (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ngeorger committed Aug 2, 2024
1 parent 612157c commit c39fda0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-custom-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
id: build-and-push-workflow-dispatch
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: echo ${{ steps.versions.outputs.GHOST_VERSION }}
-
name: Build
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
id: build-pr
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
-
name: Build and push by digest
id: build
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
env:
DOCKER_BUILDKIT: 1
with:
Expand Down

0 comments on commit c39fda0

Please sign in to comment.