1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02: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:
Martin Donath 2023-09-18 20:02:38 +02:00 committed by GitHub
commit 9aa2e88bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}