We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6489dd + f2a88e8 commit 7b88f25Copy full SHA for 7b88f25
.github/workflows/build-and-deploy.yaml
@@ -28,7 +28,7 @@ jobs:
28
baseRef="${GITHUB_REF#*/}"
29
baseRef="${baseRef#*/}"
30
case "${baseRef}" in
31
- master)
+ main)
32
image_tag="latest"
33
;;
34
*)
0 commit comments