Skip to content

Commit 50bf2bb

Browse files
CI: (deps): Bump docker/build-push-action from 5.1.0 to 5.3.0 (#185)
1 parent 3336470 commit 50bf2bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
108+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
116+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
117117
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
118118
with:
119119
context: .
@@ -172,7 +172,7 @@ jobs:
172172
password: ${{ secrets.DOCKERHUB_TOKEN }}
173173

174174
- name: Build and push - for Not PRs and Not Tags
175-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
175+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
176176
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
177177
with:
178178
context: .
@@ -182,7 +182,7 @@ jobs:
182182
labels: ${{ steps.meta.outputs.labels }}
183183

184184
- name: Build and push - for Not PRs and Tags
185-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
185+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
186186
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
187187
with:
188188
context: .

0 commit comments

Comments
 (0)