Skip to content

Commit 7b73b49

Browse files
authored
Merge pull request #28 from brianhlin/fix-builds
Fix bad master branch reference
2 parents 7b3f8ee + 7c9c1d9 commit 7b73b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sw-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
base_os: ${{ matrix.os }}
3434
osg_series: ${{ matrix.osg_series }}
3535
osg_repo: ${{ matrix.repo }}
36-
push_image: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository_owner == 'opensciencegrid'}}
36+
push_image: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository_owner == 'opensciencegrid'}}
3737
registry_url: hub.opensciencegrid.org
3838
registry_user: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
3939
registry_pass: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}

0 commit comments

Comments
 (0)