diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b861b76d..50287aff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,13 @@ jobs: - name: "Download Syft" uses: anchore/sbom-action/download-syft@v0 #v0.15.10 + - name: 'Login to GitHub Container Registry' + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{github.actor}} + password: ${{secrets.GITHUB_TOKEN}} + - name: "Release Version" if: success() && startsWith(github.ref, 'refs/tags/v') uses: goreleaser/goreleaser-action@v5