Fixed tags

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 12:45:47 +04:00
parent 97085ebcae
commit b63458e653

View File

@ -21,8 +21,6 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor repository: valentineus/meteor
path: latest path: latest
tag_with_ref: true
tag_with_sha: true
push-release: push-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -30,6 +28,8 @@ jobs:
strategy: strategy:
matrix: matrix:
version: version:
- "1.10.2"
- "1.10.1"
- "1.9" - "1.9"
- "1.8" - "1.8"
- "1.7" - "1.7"
@ -47,9 +47,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
build_args: RELEASE=${{ matrix.version }}
repository: valentineus/meteor repository: valentineus/meteor
tags: ${{ matrix.version }} tags: ${{ matrix.version }}
path: release path: release
build_args: RELEASE=${{ matrix.version }}
tag_with_ref: true
tag_with_sha: true