@@ -105,15 +105,15 @@ jobs:
105
105
df -h
106
106
107
107
- name : Build and load local docker image for PRs or Not Tags
108
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
108
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
109
109
if : github.event_name == 'pull_request' || !startsWith(github.ref, 'refs/tags/')
110
110
with :
111
111
context : .
112
112
load : true
113
113
tags : ${{ env.IMAGE_NAME}}:${{ env.TAG}}
114
114
115
115
- name : Build and load local docker image for Not PRs and Tags
116
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
116
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
117
117
if : github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
118
118
with :
119
119
context : .
@@ -172,7 +172,7 @@ jobs:
172
172
password : ${{ secrets.DOCKERHUB_TOKEN }}
173
173
174
174
- name : Build and push - for Not PRs and Not Tags
175
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
175
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
176
176
if : github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
177
177
with :
178
178
context : .
@@ -182,7 +182,7 @@ jobs:
182
182
labels : ${{ steps.meta.outputs.labels }}
183
183
184
184
- name : Build and push - for Not PRs and Tags
185
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
185
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
186
186
if : github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
187
187
with :
188
188
context : .
0 commit comments