Change default branch of constellation-fedora-coreos-config repo (#72)

This commit is contained in:
Malte Poll 2022-09-05 12:12:34 +02:00 committed by GitHub
parent 405db3286e
commit 45a1134915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
inputs:
coreOSConfigBranch:
description: "Branch of CoreOS config repo to build from"
default: "constellation"
default: "main"
required: false
debug:
description: "Build debug image"

View File

@ -22,7 +22,7 @@ CONTAINER_ENGINE ?= podman
COSA_BUILDDIR ?= $(BASE_PATH)/../3rdparty/coreos-assembler
COSA_ENV ?= $(BASE_PATH)/$(CONTAINER_ENGINE).env
COSA_INIT_REPO ?= "https://github.com/edgelesssys/constellation-fedora-coreos-config"
COSA_INIT_BRANCH ?= "constellation"
COSA_INIT_BRANCH ?= "main"
COSA_LOCKFILE ?= $(BASE_PATH)/cosa.lock
NETRC ?= ~/.netrc
GCP_PROJECT ?= constellation-images