Skip to content

Commit

Permalink
docker.pkg.github.com -> ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Dec 30, 2023
1 parent 59240d7 commit 3140d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: pull or build&push docker image
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SUFFIX ?=
TARGETS ?=$(ARCH)
SBCL_OPTIONS ?=--fancy
LISP_IMPL ?= ros -L sbcl-bin without-roswell=t --no-rc run
DOCKER_REPO ?= docker.pkg.github.com/roswell/sbcl_bin
DOCKER_REPO ?= ghcr.io/roswell/sbcl_bin
DOCKER_PLATFORM ?= linux/amd64
DOCKER_IMAGE_SUFFIX ?=
DOCKER_ACTION ?= docker-default-action
Expand Down

0 comments on commit 3140d38

Please sign in to comment.