Skip to content

Commit 69c0643

Browse files
chore(deps): update docker/build-push-action action to v5.3.0
1 parent b7be629 commit 69c0643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/docker/build-push-action
6868
- name: Build and push Docker image
6969
id: build-and-push
70-
uses: docker/build-push-action@v5.0.0
70+
uses: docker/build-push-action@v5.3.0
7171
with:
7272
context: .
7373
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)