Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1f048c4

Browse files
Update docker/build-push-action action to v6
1 parent 862c208 commit 1f048c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Build and push
118118
id: docker_build
119-
uses: docker/build-push-action@v2
119+
uses: docker/build-push-action@v6
120120
with:
121121
context: .
122122
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)