Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 11, 2023
1 parent 684a42f commit 18caf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
PREVENT_CODECOV_TEST_COVERAGE: "false" # Codecov Job runs only on 'false'

# Hard switch to turn on/off the Docker build and publish to Dockerhub
DOCKER_JOB_ON: "false"
DOCKER_JOB_ON: "true"

### END JOB ON/OFF SWITCHES ###

Expand Down Expand Up @@ -609,8 +609,8 @@ jobs:
read_docker_settings:
runs-on: ubuntu-latest
outputs:
DOCKER_USER: ${{ steps.derive_docker_user.DOCKER_USER }}
DOCKER_POLICY: ${{ steps.derive_docker_policy.DOCKER_POLICY }}
DOCKER_USER: ${{ steps.derive_docker_user.outputs.DOCKER_USER }}
DOCKER_POLICY: ${{ steps.derive_docker_policy.outputs.DOCKER_POLICY }}
steps:
- run: |
if [[ $DOCKER_JOB_ON == "true" ]]; then
Expand Down

0 comments on commit 18caf4e

Please sign in to comment.