Skip to content

Commit

Permalink
Merge pull request #256 from VAuthenticator/main
Browse files Browse the repository at this point in the history
boyscout: configuration fix
  • Loading branch information
mrFlick72 authored Oct 30, 2024
2 parents f668dab + eb5db95 commit a726a8b
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 a726a8b

Please sign in to comment.