Skip to content

Commit 8899a08

Browse files
chore(deps): update docker/build-push-action action to v6.19.1
1 parent 21a45b9 commit 8899a08

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
@@ -42,7 +42,7 @@ jobs:
4242
gcloud auth configure-docker us-docker.pkg.dev -q
4343
4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@v6.7.0
45+
uses: docker/build-push-action@v6.19.1
4646
if: ${{ startsWith(github.ref, 'refs/tags') }}
4747
with:
4848
push: true

0 commit comments

Comments
 (0)