Merge pull request '⬆️ Update docker/build-push-action action to v6' (#36) from renovate/docker-build-push-action-6.x into main
Some checks failed
ci / docker (push) Failing after 14m16s
Some checks failed
ci / docker (push) Failing after 14m16s
Reviewed-on: #36
This commit is contained in:
commit
342ed840bc
@ -40,7 +40,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.ref_type == 'tag' }}
|
push: ${{ github.ref_type == 'tag' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user