Skip to content
Snippets Groups Projects
Commit 46c94ed1 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: disable push of pull requests to ghcr.io

parent 32094ace
No related branches found
No related tags found
1 merge request!985fix: disable push of pull requests to ghcr.io
Pipeline #101299 canceled
...@@ -114,6 +114,7 @@ version: ...@@ -114,6 +114,7 @@ version:
NIGHTLY_TAG="${VERSION}-nightly" NIGHTLY_TAG="${VERSION}-nightly"
EXPORT_TAG="${VERSION}" EXPORT_TAG="${VERSION}"
DH_PUSH="" DH_PUSH=""
GH_PUSH=""
elif [ "x${CI_PIPELINE_SOURCE}" = "xtrigger" ]; then elif [ "x${CI_PIPELINE_SOURCE}" = "xtrigger" ]; then
VERSION="${CI_COMMIT_BRANCH}" VERSION="${CI_COMMIT_BRANCH}"
DH_PUSH="" DH_PUSH=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment