From 360ebc70c2a7fa02a75aee465e448a27265d43e7 Mon Sep 17 00:00:00 2001 From: Admiralawkbar Date: Thu, 3 Dec 2020 13:57:55 -0600 Subject: [PATCH] adding auth --- .github/workflows/deploy-DEV.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 86fb2bc5..fa76c808 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -55,6 +55,8 @@ jobs: - name: Build image uses: whoan/docker-build-with-cache-action@v5 with: + username: ${{ secrets.GCR_USERNAME }} + password: ${{ secrets.GCR_TOKEN }} registry: ghcr.io image_name: github/super-linter image_tag: latest