From fc710fe580b3c60a9bc63d29e38c6703d5b00160 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 16:52:35 -0600 Subject: [PATCH] Continue troubleshooting Gitea bug --- .gitea/workflows/commit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index b0a2a7b..f76b1ee 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -9,7 +9,6 @@ on: env: REGISTRY: gitea.taco.quest IMAGE_NAME: ${{ gitea.repository }} - ACTION_RUNTINE_TOKEN: "" jobs: build-and-push-image: @@ -23,8 +22,8 @@ jobs: - name: Prepare the container run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh - - name: Check out the repo - uses: actions/checkout@v4 + # - name: Check out the repo + # uses: actions/checkout@v4 - name: Log in to registry uses: docker/login-action@v3 @@ -41,6 +40,7 @@ jobs: - name: Echo metadata run: echo "Tags=${{ steps.meta.outputs.tags }} Labels=${{ steps.meta.outputs.labels }}" + run: echo "${{ steps.meta.outputs }}" - name: Build and push Docker image uses: docker/build-push-action@v5