Skip to content

Commit

Permalink
fix: update PACKAGE_ORG in docker/common to use bacpop
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Dec 3, 2024
1 parent 0200a4b commit b69e2a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
REGISTRY=ghcr.io
PACKAGE_ROOT=$(realpath $HERE/..)
PACKAGE_NAME=beebop-py
PACKAGE_ORG=mrcide
PACKAGE_ORG=bacpop
PACKAGE_DEV=dev

GIT_SHA=$(git -C "$PACKAGE_ROOT" rev-parse --short=7 HEAD)
Expand Down
1 change: 0 additions & 1 deletion docker/push
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ HERE=$(dirname $0)
. $HERE/common

# In case we switch agents between steps
[ ! -z $(docker images -q $TAG_SHA) ] || docker pull $TAG_SHA

docker tag $TAG_SHA $TAG_BRANCH
docker push $TAG_BRANCH
Expand Down

0 comments on commit b69e2a1

Please sign in to comment.