From d8a2528fe1992b1146f6c69b6a1ec61799de1ac9 Mon Sep 17 00:00:00 2001 From: MichaelKim Date: Mon, 1 Jul 2024 13:51:50 +0900 Subject: [PATCH] Change docker image name --- docker-build.sh | 2 +- docker-buildx.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-build.sh b/docker-build.sh index 1e0865d..0fdeb11 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -3,4 +3,4 @@ TAG_NANE="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=6 HEAD)" echo "TAG_NANE=$TAG_NANE" -docker build -t bosagora/phone-link-validator:"$TAG_NANE" -f Dockerfile --push . +docker build -t bosagora/dms-link-validator:"$TAG_NANE" -f Dockerfile --push . diff --git a/docker-buildx.sh b/docker-buildx.sh index 5777ae9..1188794 100755 --- a/docker-buildx.sh +++ b/docker-buildx.sh @@ -3,6 +3,6 @@ TAG_NANE="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=6 HEAD)" echo "TAG_NANE=$TAG_NANE" -docker buildx build --platform=linux/amd64,linux/arm64 -t bosagora/phone-link-validator:"$TAG_NANE" -f Dockerfile --push . -docker buildx build --platform=linux/amd64,linux/arm64 -t bosagora/phone-link-validator:latest -f Dockerfile --push . +docker buildx build --platform=linux/amd64,linux/arm64 -t bosagora/dms-link-validator:"$TAG_NANE" -f Dockerfile --push . +docker buildx build --platform=linux/amd64,linux/arm64 -t bosagora/dms-link-validator:latest -f Dockerfile --push .