Skip to content

Commit

Permalink
boyscout: configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Oct 30, 2024
1 parent f668dab commit eb5db95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-local-tenant-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
if [[ ${GITHUB_REF##*/} == 'master' ]]
if [[ ${GITHUB_REF##*/} == 'main' ]]
then
DOCKER_TAG="latest"
else
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
if [[ ${GITHUB_REF##*/} == 'master' ]]
if [[ ${GITHUB_REF##*/} == 'main' ]]
then
DOCKER_TAG="latest"
else
Expand Down

0 comments on commit eb5db95

Please sign in to comment.