Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 4 (#1530)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2023
1 parent 3f04bb4 commit 1dff389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Stop Commands
run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: deployment/docker
pull: true
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Test image
run: docker run --rm ${{ steps.names.outputs.name }}:test /root/test.sh
- name: Push image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
if: ${{ github.repository_owner == 'OGGM' }}
with:
context: deployment/docker
Expand Down

0 comments on commit 1dff389

Please sign in to comment.