Skip to content

Commit

Permalink
adding configfile
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Dec 22, 2023
1 parent d204d1f commit 65df3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
configFile: ${{ github.workspace }}/.docker/config.json

- name: Prepare docker tags for image
id: meta
Expand Down

0 comments on commit 65df3be

Please sign in to comment.