asdafsdfsdffsd
Test build / build (push) Failing after 21s
Details
Test build / build (push) Failing after 21s
Details
This commit is contained in:
parent
6d834aa2d4
commit
6e492c613b
|
@ -19,7 +19,8 @@ jobs:
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ gitea.token }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@master
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.min.rip/${{ gitea.repository }}:latest
|
tags: git.min.rip/${{ gitea.repository }}:latest
|
||||||
|
|
Loading…
Reference in New Issue