Merge pull request 'Update docker/build-push-action action to v6' (#20) from renovate/docker-build-push-action-6.x into main
Reviewed-on: #20
This commit is contained in:
commit
cf07e28510
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user