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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 0b7edb3 commit a96425a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build operator image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: ibmcom/operator-for-redis:local
file: Dockerfile.operator
Expand All @@ -59,7 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build redis node image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: ibmcom/node-for-redis:local
file: Dockerfile.node
Expand All @@ -75,7 +75,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build redis metrics image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: ibmcom/metrics-for-redis:local
file: Dockerfile.metrics
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push operator image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile.operator
push: true
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push cluster node image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile.node
push: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push metrics image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile.metrics
push: true
Expand Down

0 comments on commit a96425a

Please sign in to comment.