mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 22:06:11 +02:00
only build if we can push to at least one registry
This commit is contained in:
parent
892c0f4d49
commit
2734a653df
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-image.yml
vendored
3
.github/workflows/publish-image.yml
vendored
|
@ -82,7 +82,8 @@ jobs:
|
||||||
}))
|
}))
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# only build if we can push to at least one registry
|
||||||
|
if: needs.define-variables.outputs.images != ''
|
||||||
needs: define-variables
|
needs: define-variables
|
||||||
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
|
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue