diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 438c025..be3a6d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITEA_TOKEN }} - - name: Debug GitHub context - run: | - echo "Owner: ${{ github.repository_owner }}" - echo "Repo: ${{ github.event.repository.name }}" - echo "Full repo: ${{ github.repository }}" - - name: Docker metadata id: meta uses: docker/metadata-action@v5 @@ -65,6 +59,12 @@ jobs: # If this is a semver tag (vX.X.X), add full + minor version tags type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} + + - name: Debug GitHub context + run: | + echo "Tags: ${{ steps.meta.outputs.tags }}" + echo "Labels: ${{ steps.meta.outputs.labels }}" + - name: Build and push uses: docker/build-push-action@v6 with: