Skip to content

Commit

Permalink
Fix the GitLab release pipeline (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Nov 8, 2021
1 parent f96ae20 commit 177ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ package:
- packages
image: golang:1.16
before_script:
- ./build/zarf tools registry login registry1.dso.mil --username "robot\$bb-dev-imagepullonly" --password "$REGISTRY1_PASSWORD"
- ./build/zarf tools registry login registry1.dso.mil --username "$REGISTRY1_USERNAME_ZARF_ROBOT" --password "$REGISTRY1_PASSWORD_ZARF_ROBOT"
script:
- make ci-release
after_script:
Expand Down

0 comments on commit 177ffa0

Please sign in to comment.