File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments