File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 password : " ${{ secrets.GITHUB_TOKEN }}"
7272
7373 - name : Build image
74- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
74+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
7575 with :
7676 push : " ${{ env.DOCKER_REGISTRY_LOGIN == 'true' && steps.dockerLoginStep.outcome == 'SUCCESS' && github.ref == 'refs/heads/main' }}"
7777 context : " ${{ github.workspace }}"
@@ -122,7 +122,7 @@ jobs:
122122 password : " ${{ secrets.GITHUB_TOKEN }}"
123123
124124 - name : Build manager image
125- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
125+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
126126 with :
127127 push : " ${{ env.DOCKER_REGISTRY_LOGIN == 'true' && steps.dockerLoginStep.outcome == 'SUCCESS' && github.ref == 'refs/heads/main' }}"
128128 context : " ${{ github.workspace }}/manager"
You can’t perform that action at this time.
0 commit comments