Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 0676956 commit 5825753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Build and push docker images
if: ${{ inputs.push == true }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: images/${{ matrix.image }}/Dockerfile
Expand All @@ -99,7 +99,7 @@ jobs:

- name: Build and upload docker image to job artifact
if: ${{ inputs.upload_images == true }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: images/${{ matrix.image }}/Dockerfile
Expand Down

0 comments on commit 5825753

Please sign in to comment.