1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-19 01:14:06 +01:00

ci: bump docker/build-push-action to v4

This commit is contained in:
CrazyMax 2023-02-26 11:44:39 +01:00
parent 54da076e6f
commit 01377d23e3
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -132,7 +132,7 @@ jobs:
latest=${{ github.event.release.prerelease == false }} latest=${{ github.event.release.prerelease == false }}
- name: Build Docker image - name: Build Docker image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
load: true load: true
@ -146,7 +146,7 @@ jobs:
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build
- name: Publish Docker image - name: Publish Docker image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: ${{ github.event_name == 'release' }} push: ${{ github.event_name == 'release' }}