Skip to content

Commit

Permalink
Update docker/build-push-action action to v4 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f73704a commit e8c4a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -28,15 +28,15 @@ jobs:
registry: ghcr.io
username: musaprg
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta-binary.outputs.tags }}
labels: ${{ steps.meta-binary.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile-standalone

0 comments on commit e8c4a99

Please sign in to comment.