diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index c3f69f7a..31bc19dc 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -66,9 +66,9 @@ jobs: - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: - registry: ghcr.io username: ${{ secrets.GCR_USERNAME }} password: ${{ secrets.GCR_TOKEN }} + registry: ghcr.io ########################################### # Build and Push containers to registries #