Skip to content

Commit

Permalink
try ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 authored Dec 7, 2023
1 parent 029fad5 commit c479ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

env:
# Use docker.io for Docker Hub if empty
REGISTRY: quay.io
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
DOCKER_REPO: "quay.io/broadinstitute/reconstructr"
DOCKER_REPO: "ghcr.io/broadinstitute/reconstructr"

jobs:
build:
Expand Down

0 comments on commit c479ca0

Please sign in to comment.