Skip to content

Commit 604c8d2

Browse files
chore(deps): update docker/build-push-action action to v6.14.0
1 parent 6c94876 commit 604c8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
gcloud auth configure-docker us-docker.pkg.dev -q
4141
4242
- name: Build and push Docker image
43-
uses: docker/build-push-action@v6.7.0
43+
uses: docker/build-push-action@v6.14.0
4444
if: ${{ startsWith(github.ref, 'refs/tags') }}
4545
with:
4646
push: true

0 commit comments

Comments
 (0)