Skip to content

Commit f7ab84d

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 5c37185 commit f7ab84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
username: ${{ github.repository_owner }}
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Build and push Protofiles Docker image
27-
uses: docker/build-push-action@v2.10.0
27+
uses: docker/build-push-action@v6.5.0
2828
with:
2929
context: ./protos
3030
push: true

0 commit comments

Comments
 (0)