Skip to content

Commit

Permalink
update ghcr.io credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Jul 8, 2024
1 parent 8ba7c97 commit 145bfbb
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 wdbaruni --password-stdin
- run: make push-bacalhau-image

build_python_packages:
Expand Down

0 comments on commit 145bfbb

Please sign in to comment.