Skip to content

Commit 4f85387

Browse files
committed
Update Docker build tags and add release script for version 1.1.4
1 parent f1c7a85 commit 4f85387

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

application/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# docker buildx create --use
2-
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.1.2" --push .
3-
# docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $(docker build -q -f Dockerfile .)
4-
# docker build . -t devforth/onlogs && docker push devforth/onlogs
2+
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.1.4" .

application/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# docker buildx create --use
2+
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.1.4" --push .
3+
# docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $(docker build -q -f Dockerfile .)
4+
# docker build . -t devforth/onlogs && docker push devforth/onlogs

0 commit comments

Comments
 (0)