Skip to content

Commit

Permalink
ci: bump docker/build-push-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 26, 2023
1 parent 54da076 commit 01377d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
latest=${{ github.event.release.prerelease == false }}
- name: Build Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
load: true
Expand All @@ -146,7 +146,7 @@ jobs:
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build
- name: Publish Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 01377d2

Please sign in to comment.