Migrate to ghcr.io
This commit is contained in:
parent
20cb92d202
commit
228c280607
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- name: Login to GitHub Packages Docker Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: docker.pkg.github.com
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
@ -31,4 +31,4 @@ jobs:
|
||||||
file: alpine.Dockerfile
|
file: alpine.Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: docker.pkg.github.com/${{ github.repository }}/nodejs-rust:lts-alpine
|
tags: ghcr.io/${{ github.repository }}/nodejs-rust:lts-alpine
|
||||||
|
|
Loading…
Add table
Reference in a new issue