mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -05:00
adding new url
This commit is contained in:
parent
b25513b512
commit
7ab2ec7c28
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ IMAGE_VERSION="${IMAGE_VERSION}" # Version to tag the image
|
||||||
DOCKERFILE_PATH="${DOCKERFILE_PATH}" # Path to the Dockerfile to be uploaded
|
DOCKERFILE_PATH="${DOCKERFILE_PATH}" # Path to the Dockerfile to be uploaded
|
||||||
MAJOR_TAG='' # Major tag version if we need to update it
|
MAJOR_TAG='' # Major tag version if we need to update it
|
||||||
UPDATE_MAJOR_TAG=0 # Flag to deploy the major tag version as well
|
UPDATE_MAJOR_TAG=0 # Flag to deploy the major tag version as well
|
||||||
GCR_URL='containers.pkg.github.com' # URL to Github Container Registry
|
GCR_URL='ghcr.io' # URL to Github Container Registry
|
||||||
DOCKER_IMAGE_REPO='' # Docker tag for the image when created
|
DOCKER_IMAGE_REPO='' # Docker tag for the image when created
|
||||||
GCR_IMAGE_REPO='' # Docker tag for the image when created
|
GCR_IMAGE_REPO='' # Docker tag for the image when created
|
||||||
FOUND_IMAGE=0 # Flag for if the image has already been built
|
FOUND_IMAGE=0 # Flag for if the image has already been built
|
||||||
|
|
Loading…
Reference in a new issue