Update .gitea/workflows/actions.yaml
Some checks failed
Docker Build / build (push) Failing after 21s
Some checks failed
Docker Build / build (push) Failing after 21s
This commit is contained in:
@@ -28,5 +28,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ gitea.server_url }}/${{ gitea.repository }}:latest
|
${{ gitea.server_url }}/${{ gitea.repository }}/packages/${{ gitea.repository }}:latest
|
||||||
${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.sha }}
|
${{ gitea.server_url }}/${{ gitea.repository }}/packages/${{ gitea.repository }}:${{ gitea.sha }}
|
||||||
Reference in New Issue
Block a user