We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37081b3 commit 26abda9Copy full SHA for 26abda9
.github/workflows/docker-image.yml
@@ -19,15 +19,15 @@ jobs:
19
- name: Log in to Github Docker Registry
20
uses: docker/login-action@v1
21
with:
22
- registry: docker.pkg.github.com
+ registry: ghcr.io
23
username: ${{ github.actor }}
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- name: Build container image
26
uses: docker/build-push-action@v2
27
28
push: true
29
tags: |
30
- docker.pkg.github.com/${{ github.repository }}/rust-musl-builder:1.54.0
+ ghcr.io/${{ github.repository }}/rust-musl-builder:1.54.0
31
build-args: |
32
TOOLCHAIN=1.54.0
33
0 commit comments