Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.12.0 to 6.13.0 (#280)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.12.0...v6.13.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 Jan 24, 2025
1 parent f1d0ec7 commit 15557b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devimages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build Image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
tags: ${{ steps.meta.outputs.tags }}
push: false
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
id: build
with:
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build Image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
tags: ${{ steps.meta.outputs.tags }}
push: false
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
id: build
with:
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build Test Image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
tags: ${{ steps.meta.outputs.tags }}
push: false
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build Image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 15557b7

Please sign in to comment.