Skip to content

Commit 6877edf

Browse files
authored
ci: login to the correct registry (#32)
1 parent 1319131 commit 6877edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: docker build --platform linux/amd64 -t ghcr.io/digitalocean-packages/doks-debug:latest .
2020

2121
- name: log into container registry
22-
run: echo "${{ secrets.GHCRTOKEN }}" | docker login --username "${{ secrets.GHCRUSER }}" --password-stdin
22+
run: echo "${{ secrets.GHCRTOKEN }}" | docker login ghcr.io --username "${{ secrets.GHCRUSER }}" --password-stdin
2323

2424
- name: push image
2525
run: docker push ghcr.io/digitalocean-packages/doks-debug:latest

0 commit comments

Comments
 (0)