From c8128c110c669278fba481a3172d4887441ef395 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:07:12 -0600 Subject: [PATCH] Continue troubleshooting Gitea bug --- .gitea/workflows/commit.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 0fceba0..bf8c79a 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -17,14 +17,12 @@ jobs: permissions: contents: read packages: write + GITHUB_TOKEN: steps: - 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: Log in to registry uses: docker/login-action@v3 with: @@ -38,12 +36,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - name: Echo metadata - run: echo "Tags=${{ steps.meta.outputs.tags }} Labels=${{ steps.meta.outputs.labels }}" - - - name: Echo meta step - run: echo "${{ steps.meta.outputs }}" - - name: Build and push Docker image uses: docker/build-push-action@v5 with: