From aa7273e80fa0aa427a9d3eca750d19ce3736afe8 Mon Sep 17 00:00:00 2001 From: Admiralawkbar Date: Fri, 4 Dec 2020 18:06:17 -0600 Subject: [PATCH] fix order --- .github/workflows/deploy-RELEASE.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #