Skip to content

Commit

Permalink
Merge pull request #2874 from buildkite/fix-packages-repo-name
Browse files Browse the repository at this point in the history
Fix the Packages registry name
  • Loading branch information
swebb authored Jul 8, 2024
2 parents 30201f4 + ba0074c commit a6c76b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/publish-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "--- docker login to Buildkite Packages"
buildkite-agent oidc request-token \
--audience "https://packages.buildkite.com/buildkite/agent" \
--lifetime 300 \
| docker login packages.buildkite.com/buildkite/agent --username=buildkite --password-stdin
| docker login packages.buildkite.com/buildkite/agent-docker --username=buildkite --password-stdin

version=$(buildkite-agent meta-data get "agent-version")
build=$(buildkite-agent meta-data get "agent-version-build")
Expand Down

0 comments on commit a6c76b6

Please sign in to comment.