diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 422ff7c6..654d0164 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -32,7 +32,7 @@ jobs: uses: hiberbee/github-action-skaffold@latest id: build with: - command: build --tag ${{ github.sha }} + command: build --tag ${{ github.ref_name }} repository: ghcr.io/${{ github.repository_owner }} - uses: shrink/actions-docker-extract@v3