We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4551f6e commit 846e102Copy full SHA for 846e102
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
35
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
36
EXTRA_TAG: stable,latest
37
- VERSION_SHORT: "1.0"
+ VERSION_SHORT: "1.1"
38
run: |
39
./build.sh $VERSION_SHORT
40
@@ -48,6 +48,6 @@ jobs:
48
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
49
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
50
# EXTRA_TAG: latest
51
- # VERSION_SHORT: "1.1"
+ # VERSION_SHORT: "1.2"
52
# run: |
53
# ./build.sh $VERSION_SHORT
0 commit comments