Skip to content

Commit 8573d54

Browse files
Bump docker/build-push-action from 5 to 6 (#8)
1 parent 359f47e commit 8573d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
4848
-
4949
name: Build and test docker image
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
# context: .
5353
file: ./Dockerfile.alpine
@@ -82,7 +82,7 @@ jobs:
8282
sarif_file: 'trivy-results-alpine.sarif'
8383
-
8484
name: Build and push Docker image
85-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8686
with:
8787
# context: .
8888
file: ./Dockerfile.alpine
@@ -141,7 +141,7 @@ jobs:
141141
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
142142
-
143143
name: Build and test docker image
144-
uses: docker/build-push-action@v5
144+
uses: docker/build-push-action@v6
145145
with:
146146
# context: .
147147
file: ./Dockerfile.debian
@@ -176,7 +176,7 @@ jobs:
176176
sarif_file: 'trivy-results-debian.sarif'
177177
-
178178
name: Build and push Docker image
179-
uses: docker/build-push-action@v5
179+
uses: docker/build-push-action@v6
180180
with:
181181
# context: .
182182
file: ./Dockerfile.debian

0 commit comments

Comments
 (0)