Skip to content

Commit

Permalink
Merge pull request #7 from kaybenleroll/create-docker
Browse files Browse the repository at this point in the history
create docker
  • Loading branch information
kaybenleroll authored Oct 27, 2023
2 parents 20925c1 + 49525c3 commit 7f6233c
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: ghcr.io/kaybenleroll/btydbayes_investigation:latest
tags: 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=ghcr.io/${PROJECT_USER}/${PROJECT_NAME}:${PROJECT_TAG}
IMAGE_TAG=${PROJECT_USER}/${PROJECT_NAME}:${PROJECT_TAG}

DOCKER_USER=rstudio
DOCKER_PASS=CHANGEME
Expand Down

0 comments on commit 7f6233c

Please sign in to comment.