Skip to content

Commit 1a131d8

Browse files
committed
chore: bump release version to 1.1.11
1 parent 18f478b commit 1a131d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# docker buildx create --use
2-
docker buildx build --load --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.1.4" .
2+
docker buildx build --load --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.1.11" .

application/release.sh

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

0 commit comments

Comments
 (0)