Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent ef69748 commit 518468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Docker Build only - retain local Image 📦
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ${{ matrix.folder }}/Dockerfile
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Push to Docker repo (on Push only) 📦
if: ${{ github.ref_name == 'master' }}
id: push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.jvm-version == '21' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
Expand Down

0 comments on commit 518468c

Please sign in to comment.