Skip to content

Commit d03e406

Browse files
Quote version numbers
1 parent 21c5c85 commit d03e406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: [ 0.18, 0.17, 0.16, 0.15, 0.14 ]
13+
version: [ "0.18", "0.17", "0.16", "0.15", "0.14" ]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3333
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3434
EXTRA_TAG: stable
35-
VERSION_SHORT: 1.0
35+
VERSION_SHORT: "1.0"
3636
run: |
3737
./build.sh $VERSION_SHORT
3838
@@ -46,6 +46,6 @@ jobs:
4646
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
4747
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4848
EXTRA_TAG: latest
49-
VERSION_SHORT: 1.1
49+
VERSION_SHORT: "1.1"
5050
run: |
5151
./build.sh $VERSION_SHORT

0 commit comments

Comments
 (0)