Skip to content

Commit

Permalink
Update image location
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Feb 1, 2024
1 parent a167f87 commit 00050ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
PARTICIPANT_DATA:
REGISTRY: ghcr.io
ORG: nbisweden
IMAGE: workshop-pgip:latest
IMAGE: workshop-pgip/workshop-pgip:latest

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions scripts/dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fi
ROOT_PATH=$(realpath ${SCRIPT_PATH}/..)

docker build -t "workshop-pgip:latest" ${SCRIPT_PATH}
docker tag workshop-pgip ghcr.io/nbisweden/workshop-pgip:latest
docker push ghcr.io/nbisweden/workshop-pgip:latest
docker tag workshop-pgip ghcr.io/nbisweden/workshop-pgip/workshop-pgip:latest
docker push ghcr.io/nbisweden/workshop-pgip/workshop-pgip:latest

0 comments on commit 00050ac

Please sign in to comment.