diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 11:45:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 11:45:47 +0300 |
commit | b63458e6536a4235224d4c62abb285fc17e23b8b (patch) | |
tree | f26e21581be0b43d47d7dbcc2beff8bc837207f2 | |
parent | 97085ebcaef4f768756680593a67e575c5599f33 (diff) | |
download | docker-meteor-b63458e6536a4235224d4c62abb285fc17e23b8b.tar.xz docker-meteor-b63458e6536a4235224d4c62abb285fc17e23b8b.zip |
Fixed tags
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .github/workflows/docker-publish.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a67d9ed..f47cf95 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,8 +21,6 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} repository: valentineus/meteor path: latest - tag_with_ref: true - tag_with_sha: true push-release: runs-on: ubuntu-latest @@ -30,6 +28,8 @@ jobs: strategy: matrix: version: + - "1.10.2" + - "1.10.1" - "1.9" - "1.8" - "1.7" @@ -47,9 +47,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + build_args: RELEASE=${{ matrix.version }} repository: valentineus/meteor tags: ${{ matrix.version }} path: release - build_args: RELEASE=${{ matrix.version }} - tag_with_ref: true - tag_with_sha: true
\ No newline at end of file |