Skip to content

Commit

Permalink
SOFTWARE-6017: Fix docker push input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall authored Oct 28, 2024
1 parent 9aa7b84 commit b670ed8
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 b670ed8

Please sign in to comment.