From d46da549aab1c8b8efc477c0c0177be32db420e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Mon, 14 Oct 2024 11:48:13 -0300 Subject: [PATCH] change default_branch to main --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d52bda1..7a9fd30 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -76,7 +76,7 @@ jobs: id: smarttag with: docker_image: tsuru/kubernetes-router - default_branch: master + default_branch: main tag_with_sha: "true" - uses: docker/login-action@v1 with: