File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9292 -
9393 if : ${{ !env.SKIP_BUILD && env.SKIP_SQUASH == '1' }}
9494 name : Build and push ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
95- uses : docker/build-push-action@v5
95+ uses : docker/build-push-action@v6
9696 with :
9797 pull : false
9898 push : ${{ !env.SKIP_PUSH }}
@@ -128,7 +128,7 @@ jobs:
128128 -
129129 if : ${{ !env.SKIP_BUILD && !env.SKIP_SQUASH }}
130130 name : Build ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
131- uses : docker/build-push-action@v5
131+ uses : docker/build-push-action@v6
132132 with :
133133 pull : false
134134 push : true
@@ -172,7 +172,7 @@ jobs:
172172 -
173173 if : ${{ !env.SKIP_BUILD && !env.SKIP_SQUASH }}
174174 name : Squash and push ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
175- uses : docker/build-push-action@v5
175+ uses : docker/build-push-action@v6
176176 with :
177177 pull : false
178178 push : ${{ !env.SKIP_PUSH }}
You can’t perform that action at this time.
0 commit comments