This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITEA_REGISTRY_TOKEN }}" | \
|
echo "${{ secrets.REGISTRY_TOKEN }}" | \
|
||||||
docker login ${{ env.REGISTRY }} \
|
docker login ${{ env.REGISTRY }} \
|
||||||
-u "${{ gitea.actor }}" --password-stdin
|
-u "${{ gitea.actor }}" --password-stdin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user