Compare commits
2 Commits
5f4f162c1e
...
aeb8637de6
| Author | SHA1 | Date | |
|---|---|---|---|
| aeb8637de6 | |||
| 00d4bd5a6c |
@ -17,7 +17,7 @@ jobs:
|
|||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN}}
|
password: ${{ secrets.REGISTRY_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: .
|
||||||
file: build/Dockerfile
|
file: build/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user