diff --git a/.github/workflows/features-release.yml b/.github/workflows/features-release.yml index 974951f..1d88a61 100644 --- a/.github/workflows/features-release.yml +++ b/.github/workflows/features-release.yml @@ -14,7 +14,14 @@ jobs: steps: - uses: actions/checkout@v4 - - name: "Publish Features" + - name: Login to Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: BUTR + password: ${{ secrets.TOKEN_GPR }} + + - name: Publish Features uses: devcontainers/action@v1 with: publish-features: "true"