Skip to content

Commit

Permalink
Try different tag
Browse files Browse the repository at this point in the history
  • Loading branch information
beezz committed Jun 26, 2023
1 parent 8225740 commit 0612b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help:

build:
docker buildx create --name multiarch --driver docker-container --use
docker buildx build --push --build-arg redis_version=7.0.10 --platform linux/amd64,linux/arm64 --tag ghcr.io/getsentry/redis-cluster:7.0.10 .
docker buildx build --push --build-arg redis_version=7.0.10 --platform linux/amd64,linux/arm64 --tag ghcr.io/getsentry/redis-cluster:7.0.10-oci .

up:
@echo "Ensure that you have run `make build` to use the latest image"
Expand Down

0 comments on commit 0612b1f

Please sign in to comment.