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 and TimoRoth committed Sep 12, 2023
1 parent 5273c4a commit 4771d78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
run: make -C untested_base PYTHON_VERSION="${{ matrix.pyver }}" Dockerfile_dev Dockerfile_empty
- name: Build dev_base
id: dev_base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: untested_base
file: untested_base/Dockerfile_dev
Expand All @@ -69,7 +69,7 @@ jobs:
cache-from: type=registry,ref=${{ steps.names.outputs.dev }}:cache_${{ steps.names.outputs.vertag }}
- name: Build empty_base
id: empty_base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: untested_base
file: untested_base/Dockerfile_empty
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Generate Final Dockerfile
run: make -C untested_base PYTHON_VERSION="${{ matrix.pyver }}" DEV_TAG="${{ steps.names.outputs.dev }}@${{ steps.dev_base.outputs.digest }}" EMPTY_TAG="${{ steps.names.outputs.empty }}@${{ steps.empty_base.outputs.digest }}" Dockerfile_final
- name: Build untested_base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: untested_base
file: untested_base/Dockerfile_final
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Test image
run: docker run --rm "${{ steps.names.outputs.untested }}:${{ steps.names.outputs.vertag }}" /root/test.sh
- name: Build base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ matrix.main }}
with:
context: base
Expand Down

0 comments on commit 4771d78

Please sign in to comment.