Update worckflow
This commit is contained in:
@@ -30,12 +30,19 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Debug Registry Info
|
||||
run: |
|
||||
echo "Registry: ${{ env.REGISTRY }}"
|
||||
echo "Repository Owner: ${{ gitea.repository_owner }}"
|
||||
echo "Actor: ${{ gitea.actor }}"
|
||||
echo "Token exists: ${{ secrets.GITEA_TOKEN != '' }}"
|
||||
|
||||
- name: Log in to Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user