Skip to content

Commit 26abda9

Browse files
committed
Fix registry
1 parent 37081b3 commit 26abda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: Log in to Github Docker Registry
2020
uses: docker/login-action@v1
2121
with:
22-
registry: docker.pkg.github.com
22+
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Build container image
2626
uses: docker/build-push-action@v2
2727
with:
2828
push: true
2929
tags: |
30-
docker.pkg.github.com/${{ github.repository }}/rust-musl-builder:1.54.0
30+
ghcr.io/${{ github.repository }}/rust-musl-builder:1.54.0
3131
build-args: |
3232
TOOLCHAIN=1.54.0
3333

0 commit comments

Comments
 (0)