Skip to content

Commit

Permalink
Fix version short for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 27, 2021
1 parent 4551f6e commit 846e102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
EXTRA_TAG: stable,latest
VERSION_SHORT: "1.0"
VERSION_SHORT: "1.1"
run: |
./build.sh $VERSION_SHORT
Expand All @@ -48,6 +48,6 @@ jobs:
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# EXTRA_TAG: latest
# VERSION_SHORT: "1.1"
# VERSION_SHORT: "1.2"
# run: |
# ./build.sh $VERSION_SHORT

0 comments on commit 846e102

Please sign in to comment.