Skip to content

Commit

Permalink
fix(ghcr image) bump build tag minor version to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Apr 8, 2024
1 parent 55760ec commit e54be4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opendevin/sandbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DOCKER_BUILD_REGISTRY=ghcr.io
DOCKER_BUILD_ORG=opendevin
DOCKER_BUILD_REPO=sandbox
DOCKER_BUILD_TAG=v0.1.1
DOCKER_BUILD_TAG=v0.2
FULL_IMAGE=$(DOCKER_BUILD_REGISTRY)/$(DOCKER_BUILD_ORG)/$(DOCKER_BUILD_REPO):$(DOCKER_BUILD_TAG)

LATEST_FULL_IMAGE=$(DOCKER_BUILD_REGISTRY)/$(DOCKER_BUILD_ORG)/$(DOCKER_BUILD_REPO):latest
Expand All @@ -25,7 +25,7 @@ test:
# cross platform build, you may need to manually stop the buildx(buildkit) container
all:
docker buildx build --platform linux/amd64,linux/arm64 \
-t ${FULL_IMAGE} -t ${LATEST_FULL_IMAGE} -t ${MINOR_FULL_IMAGE}--push -f Dockerfile .
-t ${FULL_IMAGE} -t ${LATEST_FULL_IMAGE} -t ${MINOR_FULL_IMAGE} --push -f Dockerfile .

get-full-image:
@echo ${FULL_IMAGE}

0 comments on commit e54be4b

Please sign in to comment.