Skip to content

Commit

Permalink
Change docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Jul 1, 2024
1 parent c840267 commit d8a2528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
4 changes: 2 additions & 2 deletions docker-buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit d8a2528

Please sign in to comment.