⬆️ Update docker/build-push-action action to v6
Some checks failed
ci / docker (pull_request) Failing after 14m34s
Some checks failed
ci / docker (pull_request) Failing after 14m34s
This commit is contained in:
parent
aa23e07221
commit
085fa252f3
@ -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