Merge pull request 'Update docker/build-push-action action to v6' (#4) from renovate/docker-build-push-action-6.x into main
Some checks failed
Deploy and Push Docker Image / BuildAndPush (push) Has been cancelled
Some checks failed
Deploy and Push Docker Image / BuildAndPush (push) Has been cancelled
Reviewed-on: #4
This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN}}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: build/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user