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 71
71
password : " ${{ secrets.GITHUB_TOKEN }}"
72
72
73
73
- name : Build image
74
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
74
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
75
75
with :
76
76
push : " ${{ env.DOCKER_REGISTRY_LOGIN == 'true' && steps.dockerLoginStep.outcome == 'SUCCESS' && github.ref == 'refs/heads/main' }}"
77
77
context : " ${{ github.workspace }}"
@@ -122,7 +122,7 @@ jobs:
122
122
password : " ${{ secrets.GITHUB_TOKEN }}"
123
123
124
124
- name : Build manager image
125
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
125
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
126
126
with :
127
127
push : " ${{ env.DOCKER_REGISTRY_LOGIN == 'true' && steps.dockerLoginStep.outcome == 'SUCCESS' && github.ref == 'refs/heads/main' }}"
128
128
context : " ${{ github.workspace }}/manager"
You can’t perform that action at this time.
0 commit comments