Skip to content

Commit

Permalink
change github registry to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 4, 2023
1 parent 41a3281 commit 985d100
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ jobs:
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PTA }}
- name: Build/Push to github.com
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.${{ matrix.target }}
tags: docker.pkg.github.com/consol/docker-headless-vnc-container/${{ matrix.target }}:nightly
tags: ghcr.io/consol/docker-headless-vnc-container/${{ matrix.target }}:nightly
platforms: linux/amd64,linux/arm64

0 comments on commit 985d100

Please sign in to comment.