Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 910dc43 commit 18a1d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push ${{ steps.pushtags.outputs.tag }}
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./starsky
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/starsky-docker-buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build and push master
id: docker_build_push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: github.event_name != 'pull_request'
with:
context: ./starsky
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Build and don't push
id: docker_build_pull_request
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: github.event_name == 'pull_request'
with:
context: ./starsky
Expand Down

0 comments on commit 18a1d9a

Please sign in to comment.