Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.7.0 to 6.8.0 (#111)
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.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.7.0...v6.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent 8262bd9 commit ad05681
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/[email protected]

- name: Build armv7
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: docker/[email protected]

- name: Build arm64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/[email protected]

- name: Build armv7
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
uses: docker/[email protected]

- name: Build arm64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down

0 comments on commit ad05681

Please sign in to comment.