Skip to content

Commit 7d72a6d

Browse files
authored
Merge pull request #3900 from squidfunk/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2 parents 8e8b6b8 + d66a44f commit 7d72a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
password: ${{ secrets.GHCR_TOKEN }}
8181

8282
- name: Build Docker image
83-
uses: docker/build-push-action@v2
83+
uses: docker/build-push-action@v3
8484
with:
8585
context: .
8686
# platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)