mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 12:16:12 +02:00
fix expression
This commit is contained in:
parent
cd664821d9
commit
89385dfdfb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue