⬆️ Update docker/build-push-action action to v6
All checks were successful
ci / docker (pull_request) Successful in 16s
All checks were successful
ci / docker (pull_request) Successful in 16s
This commit is contained in:
parent
7b70cf6f82
commit
c4d419c926
@ -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