From 3feaf6fa96531b40c56945e3a7d6731f40bc52e2 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Mon, 4 Nov 2024 19:11:31 +0000 Subject: [PATCH] chore: migrate to main branch --- podman.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.mk b/podman.mk index 9490110..ed5aa26 100644 --- a/podman.mk +++ b/podman.mk @@ -85,7 +85,7 @@ rm-image: ## some useful tasks during development ci-pull-upstream: ## pull latest shared .ci subtree - git subtree pull --prefix .ci ssh://git@git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash -m "Merge latest ci-tools-lib" + git subtree pull --prefix .ci ssh://git@git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash -m "Merge latest ci-tools-lib" create-repo: ## create new AWS ECR public repository aws ecr-public create-repository --repository-name $(IMAGE) --region $(REGION)