Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 3, 2024
1 parent a5c452e commit ccb1e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
username: OSG_HARBOR_ROBOT_USER
password: OSG_HARBOR_ROBOT_PASSWORD
- registry: docker.io
username:
password: OSG_HARBOR_ROBOT_PASSWORD
username: DOCKER_USERNAME
password: DOCKER_PASSWORD
steps:
- id: base-tag
env:
Expand Down

0 comments on commit ccb1e00

Please sign in to comment.