Continue troubleshooting Gitea bug
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
env:
|
||||
REGISTRY: gitea.taco.quest
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
ACTIONS_RUNTINE_TOKEN:
|
||||
ACTIONS_RUNTINE_TOKEN: ""
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
|
||||
- name: Echo metadata
|
||||
run: echo "Tags=${{ steps.meta.outputs.tags }} Labels=${{ steps.meta.outputs.labels }}"
|
||||
|
||||
|
Reference in New Issue
Block a user