We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3f8ee + 7c9c1d9 commit 7b73b49Copy full SHA for 7b73b49
1 file changed
.github/workflows/build-sw-container.yml
@@ -33,7 +33,7 @@ jobs:
33
base_os: ${{ matrix.os }}
34
osg_series: ${{ matrix.osg_series }}
35
osg_repo: ${{ matrix.repo }}
36
- push_image: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository_owner == 'opensciencegrid'}}
+ push_image: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository_owner == 'opensciencegrid'}}
37
registry_url: hub.opensciencegrid.org
38
registry_user: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
39
registry_pass: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
0 commit comments