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: