Skip to content

Commit

Permalink
Merge pull request #179 from opensciencegrid/mwestphall-patch-1
Browse files Browse the repository at this point in the history
SOFTWARE-6017: Fix docker push input variable
  • Loading branch information
brianhlin authored Oct 29, 2024
2 parents 9aa7b84 + b670ed8 commit 7aad6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
osg_series: ${{ matrix.osg_series }}
osg_series: ${{ matrix.osg_series.series }}
osg_repo: ${{ matrix.repo }}
base_os: ${{ matrix.os }}
platform: ${{ matrix.platform }}
Expand Down

0 comments on commit 7aad6dd

Please sign in to comment.