Skip to content

Commit 7adc99d

Browse files
authored
Merge pull request #1 from jetstyle/feature/diff-version
Feature/diff version
2 parents d2a60f7 + 084ddbd commit 7adc99d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build_vesrion.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
TAGNAME="docker-compose"
4+
ACCOUNT="jetstylehub"
5+
6+
# change version when you build image
7+
VESRION=v3.17.1
8+
9+
docker buildx build --platform linux/amd64 -t $TAGNAME .
10+
11+
docker tag $TAGNAME $ACCOUNT/$TAGNAME:$VESRION
12+
13+
docker push $ACCOUNT/$TAGNAME:$VESRION

0 commit comments

Comments
 (0)