Skip to content

Commit 4737c33

Browse files
Update docker/build-push-action action to v5.3.0 (#624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cafc4c9 commit 4737c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: gcloud auth configure-docker ${{ env.REGISTRY }}
5858

5959
- name: Build and push Docker image
60-
uses: docker/build-push-action@v5.0.0
60+
uses: docker/build-push-action@v5.3.0
6161
with:
6262
context: .
6363
push: true

0 commit comments

Comments
 (0)