Merge pull request '⬆️ Update docker/build-push-action action to v6' (#4) from renovate/docker-build-push-action-6.x into main
All checks were successful
ci / docker (push) Successful in 19s
All checks were successful
ci / docker (push) Successful in 19s
Reviewed-on: #4
This commit is contained in:
commit
6a14f2cec8
@ -40,7 +40,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.ref_type == 'tag' }}
|
||||
|
Reference in New Issue
Block a user