Skip to content

Commit

Permalink
buildmaster: oops, fix repos. The 'haikuporter' bit didn't show up on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Jan 8, 2025
1 parent 14127d5 commit 4c999e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildmaster/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
REPO=ghcr.io/haikuports
VERSION=1.3.0-2
default:
docker build --no-cache --tag ${REPO}/buildmaster:${VERSION} -f Dockerfile ../..
docker build --no-cache --tag ${REPO}/haikuporter/buildmaster:${VERSION} -f Dockerfile ../..
push:
docker push ${REPO}/buildmaster:${VERSION}
docker push ${REPO}/haikuporter/buildmaster:${VERSION}
enter:
docker run -it ${REPO}/buildmaster:${VERSION} /bin/bash -l
docker run -it ${REPO}/haikuporter/buildmaster:${VERSION} /bin/bash -l
6 changes: 3 additions & 3 deletions buildmaster/frontend/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REPO=ghcr.io/haikuports
VERSION=1.3.0-2
default:
docker build --no-cache --tag ${REPO}/frontend:${VERSION} .
docker build --no-cache --tag ${REPO}/haikuporter/frontend:${VERSION} .
push:
docker push ${REPO}/frontend:${VERSION}
docker push ${REPO}/haikuporter/frontend:${VERSION}
enter:
docker run -it ${REPO}/frontend:${VERSION} /bin/sh -l
docker run -it ${REPO}/haikuporter/frontend:${VERSION} /bin/sh -l

0 comments on commit 4c999e6

Please sign in to comment.