⬆️ Update docker/build-push-action action to v6 #99
@ -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: ${{ !startsWith('renovate/', github.ref_name) }}
|
push: ${{ !startsWith('renovate/', github.ref_name) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user