Skip to content

Commit 846e102

Browse files
Fix version short for stable
1 parent 4551f6e commit 846e102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3535
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3636
EXTRA_TAG: stable,latest
37-
VERSION_SHORT: "1.0"
37+
VERSION_SHORT: "1.1"
3838
run: |
3939
./build.sh $VERSION_SHORT
4040
@@ -48,6 +48,6 @@ jobs:
4848
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
4949
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
5050
# EXTRA_TAG: latest
51-
# VERSION_SHORT: "1.1"
51+
# VERSION_SHORT: "1.2"
5252
# run: |
5353
# ./build.sh $VERSION_SHORT

0 commit comments

Comments
 (0)