Skip to content

Commit 2ce964b

Browse files
authored
Merge pull request #7 from Sierra1011/renovate/docker-build-push-action-4.x
Update docker/build-push-action action to v4
2 parents 91cf5bd + fb8f305 commit 2ce964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v2
2626
-
2727
name: Build and push
28-
uses: docker/build-push-action@v3
28+
uses: docker/build-push-action@v4
2929
with:
3030
context: .
3131
push: true

0 commit comments

Comments
 (0)