mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 04:37:23 +01:00
Fix version short for stable
This commit is contained in:
parent
4551f6ee03
commit
846e102ac8
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user