diff --git a/.github/workflows/actions/deploy/action.yml b/.github/workflows/actions/deploy/action.yml index 57935f9..d373366 100644 --- a/.github/workflows/actions/deploy/action.yml +++ b/.github/workflows/actions/deploy/action.yml @@ -74,7 +74,7 @@ runs: run: | oc version docker version - oc registry login + oc registry login --to="${HOME}/.docker/config.json" - name: Tag the image in the GHCR as ${{ inputs.environment }} shell: bash