From f2a88e8049dbf2d6837f6d2cb2542486517c4dec Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Tue, 9 Jul 2024 17:17:58 -0400 Subject: [PATCH] Use main instead of master --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index c8dcbf8..75cb898 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -28,7 +28,7 @@ jobs: baseRef="${GITHUB_REF#*/}" baseRef="${baseRef#*/}" case "${baseRef}" in - master) + main) image_tag="latest" ;; *)