Skip to content

Commit

Permalink
fix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jan 9, 2025
1 parent cd66482 commit 89385df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build-image:
runs-on: ubuntu-latest
# only build if we can push to at least one registry
if: (env.GHCR_ENABLED == 'true ') || ((vars.DOCKER_USERNAME != '') && (env.DOCKERHUB_TOKEN != '')) || (vars.GITLAB_USERNAME != '') && (env.GITLAB_TOKEN != '')
if: needs.define-variables.outputs.images != ''
needs: define-variables
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
Expand Down

0 comments on commit 89385df

Please sign in to comment.