Skip to content

Commit dbce4a8

Browse files
chore(deps): update docker/build-push-action action to v6 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a95efd4 commit dbce4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build and push docker images
9090
if: ${{ inputs.push == true }}
91-
uses: docker/build-push-action@v5
91+
uses: docker/build-push-action@v6
9292
with:
9393
context: .
9494
file: images/${{ matrix.image }}/Dockerfile
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Build and upload docker image to job artifact
101101
if: ${{ inputs.upload_images == true }}
102-
uses: docker/build-push-action@v5
102+
uses: docker/build-push-action@v6
103103
with:
104104
context: .
105105
file: images/${{ matrix.image }}/Dockerfile

0 commit comments

Comments
 (0)