Skip to content

Commit

Permalink
feat(deps): bump docker/build-push-action from 4 to 5 (#41)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent ab4894c commit 125daa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build and push Docker image (Nightly)
id: docker_build_nightly
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./nightly
push: ${{ github.event_name != 'pull_request' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build and push Docker image (v9)
id: docker_build_9
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./9
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -74,7 +74,7 @@ jobs:

- name: Build and push Docker image (v10)
id: docker_build_10
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./10
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Build and push Docker image (alpine)
id: docker_build_alpine
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./alpine
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 125daa5

Please sign in to comment.