This commit is contained in:
@@ -19,8 +19,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REGISTRY: "${{ gitea.server_url }}"
|
REGISTRY: "${{ gitea.server_url }}"
|
||||||
REPOSITORY: "${{ gitea.repository }}"
|
REPOSITORY: "${{ gitea.repository }}"
|
||||||
USERNAME: "${{ gitea.actor }}"
|
USERNAME: "${{ secrets.REGISTRY_USER }}"
|
||||||
PASSWORD: "${{ secrets.GITEA_TOKEN }}"
|
PASSWORD: "${{ secrets.REGISTRY_TOKEN }}"
|
||||||
TAG: "${{ gitea.sha }}"
|
TAG: "${{ gitea.sha }}"
|
||||||
run: |
|
run: |
|
||||||
REGISTRY="${REGISTRY#https://}"
|
REGISTRY="${REGISTRY#https://}"
|
||||||
|
|||||||
Reference in New Issue
Block a user