mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #3900 from squidfunk/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
This commit is contained in:
commit
7d72a6d4b8
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
password: ${{ secrets.GHCR_TOKEN }}
|
password: ${{ secrets.GHCR_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
# platforms: linux/amd64,linux/arm64
|
# platforms: linux/amd64,linux/arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user