mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #6002 from squidfunk/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
This commit is contained in:
commit
9aa2e88bd4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
latest=${{ github.event.release.prerelease == false }}
|
||||
|
||||
- name: Build Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
load: true
|
||||
@ -158,7 +158,7 @@ jobs:
|
||||
echo "PLATFORMS=linux/amd64,linux/arm64,linux/arm/v7" >> $GITHUB_ENV
|
||||
|
||||
- name: Publish Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ env.PLATFORMS }}
|
||||
|
Loading…
Reference in New Issue
Block a user