Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#24)
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 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 4c9e6f7 commit 4068d1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dwarf2json-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ secrets.DOCKER_HUB_USERNAME }}/dwarf2json
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: src/dwarf2json
platforms: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dwarf2json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ secrets.DOCKER_HUB_USERNAME }}/dwarf2json
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: src/dwarf2json
platforms: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volatility-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ secrets.DOCKER_HUB_USERNAME }}/volatility
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: src/volatility
platforms: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volatility3-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ secrets.DOCKER_HUB_USERNAME }}/volatility3
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: src/volatility3
platforms: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volatility3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ secrets.DOCKER_HUB_USERNAME }}/volatility3
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: src/volatility3
platforms: linux/amd64,linux/arm64/v8
Expand Down

0 comments on commit 4068d1e

Please sign in to comment.