@@ -105,15 +105,15 @@ jobs:
105105 df -h
106106
107107 - name : Build and load local docker image for PRs or Not Tags
108- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
108+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
109109 if : github.event_name == 'pull_request' || !startsWith(github.ref, 'refs/tags/')
110110 with :
111111 context : .
112112 load : true
113113 tags : ${{ env.IMAGE_NAME}}:${{ env.TAG}}
114114
115115 - name : Build and load local docker image for Not PRs and Tags
116- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
116+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
117117 if : github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
118118 with :
119119 context : .
@@ -175,7 +175,7 @@ jobs:
175175 password : ${{ secrets.DOCKERHUB_TOKEN }}
176176
177177 - name : Build and push - for Not PRs and Not Tags
178- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
178+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
179179 if : github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
180180 with :
181181 context : .
@@ -185,7 +185,7 @@ jobs:
185185 labels : ${{ steps.meta.outputs.labels }}
186186
187187 - name : Build and push - for Not PRs and Tags
188- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
188+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
189189 if : github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
190190 with :
191191 context : .
0 commit comments