diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index f76b1ee..0fceba0 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -40,6 +40,8 @@ jobs: - 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