Skip to content

Commit

Permalink
Fix docker release (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Jul 8, 2024
1 parent 8ba7c97 commit a8b9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
steps:
- run:
name: Login to Github Container Registry
command: echo $GHCR_PAT | docker login ghcr.io -u circleci --password-stdin
command: echo $GHCR_PAT | docker login ghcr.io -u bacalhau-infra-bot --password-stdin
- run: make push-bacalhau-image

build_python_packages:
Expand Down

0 comments on commit a8b9db7

Please sign in to comment.