Skip to content

Commit

Permalink
ci: set default branch as main
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Apr 13, 2023
1 parent 3884921 commit c46cea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
id: smarttag
with:
docker_image: tsuru/rpaas-api
default_branch: master
default_branch: main
tag_with_sha: "true"
- uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
id: smarttag
with:
docker_image: tsuru/rpaas-operator
default_branch: master
default_branch: main
tag_with_sha: "true"
- uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
id: smarttag
with:
docker_image: tsuru/rpaas-purger
default_branch: master
default_branch: main
tag_with_sha: "true"
- uses: docker/login-action@v1
with:
Expand Down

0 comments on commit c46cea8

Please sign in to comment.