Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 5 in /.github/wo…
Browse files Browse the repository at this point in the history
…rkflows (#1164)

build(deps): bump docker/build-push-action in /.github/workflows

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...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 Nov 11, 2023
1 parent b918221 commit 119de1f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.docker-file }}
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Build and push
if: ${{ github.ref_name == 'main' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.docker-file }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
echo "DOCKER_TEST_TAG=ghcr.io/box-project/box" >> $GITHUB_ENV
- name: Build and export to Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand All @@ -194,7 +194,7 @@ jobs:

- name: Build and push
if: github.event_name == 'release'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down

0 comments on commit 119de1f

Please sign in to comment.