Skip to content

Commit

Permalink
Merge pull request #6 from kaybenleroll/create-docker
Browse files Browse the repository at this point in the history
Switching the container registry to GHCR
  • Loading branch information
kaybenleroll authored Oct 27, 2023
2 parents 1df9959 + 87da487 commit 20925c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: kaybenleroll/btydbayes_investigation:latest
tags: ghcr.io/kaybenleroll/btydbayes_investigation:latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT_USER=kaybenleroll
PROJECT_NAME=btydbayes-investigation
PROJECT_TAG=latest

IMAGE_TAG=${PROJECT_USER}/${PROJECT_NAME}:${PROJECT_TAG}
IMAGE_TAG=ghcr.io/${PROJECT_USER}/${PROJECT_NAME}:${PROJECT_TAG}

DOCKER_USER=rstudio
DOCKER_PASS=CHANGEME
Expand Down

0 comments on commit 20925c1

Please sign in to comment.