diff --git a/.github/workflows/actions/deploy/action.yml b/.github/workflows/actions/deploy/action.yml index ddc9b673..a9625133 100644 --- a/.github/workflows/actions/deploy/action.yml +++ b/.github/workflows/actions/deploy/action.yml @@ -48,7 +48,6 @@ runs: registry: ghcr.io username: ${{ github.actor }} password: ${{ inputs.ghcr_token }} - configFile: ${{ github.workspace }}/.docker/config.json - name: Setup Openshift CLI uses: redhat-actions/oc-login@v1 diff --git a/docker/config.json b/docker/config.json deleted file mode 100644 index 9146da1b..00000000 --- a/docker/config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "auths": { - "ghcr.io": { - "username": "your-github-actor", - "password": "your-github-token", - "email": "your-email@example.com", - "auth": "base64-encoded-auth-string" - } - } -}