fix expression

This commit is contained in:
Jade Ellis 2025-01-09 18:05:06 +00:00
parent cd664821d9
commit 89385dfdfb
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -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: