Skip to content

Commit

Permalink
chore: bump docker/build-push-action from 3.0.0 to 3.1.0 (HumanSignal…
Browse files Browse the repository at this point in the history
…#2727)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.0.0...v3.1.0)

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

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 Jul 26, 2022
1 parent a6401a4 commit 2b1a1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push ubuntu
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
id: docker_build_and_push_ubuntu
with:
context: .
Expand All @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.REDHAT_MARKETPLACE_LS_PASSWORD }}

- name: Build and push ubi
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
id: docker_build_and_push_ubi
with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
EOF
- name: Build and push Release Ubuntu Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
id: docker_build_and_push
with:
context: ${{ steps.release_dockerfile.outputs.release_dir }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
EOF
- name: Build and push Release UBI Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
id: docker_build_and_push_ubi
with:
context: ${{ steps.ubi_release_dockerfile.outputs.release_dir }}
Expand Down

0 comments on commit 2b1a1f8

Please sign in to comment.