Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#102)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 4912008 commit bcb50e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo ::set-output name=version::${VERSION}
-
name: "Docker: Buildx Build"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
file: ./edge.Dockerfile
platforms: ${{ steps.prepare.outputs.platforms }}
Expand All @@ -56,7 +56,7 @@ jobs:
build-args: ${{ steps.prepare.outputs.args }}
-
name: "Docker: Load Image"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
file: ./edge.Dockerfile
load: true
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
-
name: "Docker: Buildx Push"
if: success() && github.event_name != 'pull_request'
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
file: ./edge.Dockerfile
platforms: ${{ steps.prepare.outputs.platforms }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
echo ::set-output name=version::${VERSION}
-
name: "Docker: Buildx Build"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
platforms: ${{ steps.prepare.outputs.platforms }}
push: false
tags: ${{ steps.prepare.outputs.tags }}
build-args: ${{ steps.prepare.outputs.args }}
-
name: "Docker: Load Image"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
load: true
push: false
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
-
name: "Docker: Buildx Push"
if: success() && github.event_name != 'pull_request'
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
platforms: ${{ steps.prepare.outputs.platforms }}
push: true
Expand Down

0 comments on commit bcb50e8

Please sign in to comment.