Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4 to 5 (#115)
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 Oct 24, 2023
1 parent 8a3484a commit 8f5ec28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-prerelease-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Build and push http-server to GHCR
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: apps/http-server/app/Dockerfile
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Build and push http-server to DockerHub
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: apps/http-server/app/Dockerfile
Expand All @@ -145,7 +145,7 @@ jobs:

- name: Build and push quantel-http-transformer-proxy to GHCR
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: apps/quantel-http-transformer-proxy/app/Dockerfile
Expand All @@ -156,7 +156,7 @@ jobs:

- name: Build and push quantel-http-transformer-proxy to DockerHub
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: apps/quantel-http-transformer-proxy/app/Dockerfile
Expand Down

0 comments on commit 8f5ec28

Please sign in to comment.