Fixed path (again)

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-26 01:13:12 +04:00
parent 184bff19e6
commit c388b41bf6

View File

@ -5,9 +5,6 @@ on:
branches: branches:
- master - master
env:
IMAGE_NAME: "valentineus/meteor"
jobs: jobs:
push-latest: push-latest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -18,7 +15,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor repository: valentineus/meteor
path: "release" path: latest
tag_with_ref: true tag_with_ref: true
tag_with_sha: true tag_with_sha: true
@ -38,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
tag: ${{ matrix.version }} tag: ${{ matrix.version }}
repository: valentineus/meteor repository: valentineus/meteor
path: "latest" path: release
buildargs: "RELEASE=${{ matrix.version }}" buildargs: RELEASE=${{ matrix.version }}
tag_with_ref: true tag_with_ref: true
tag_with_sha: true tag_with_sha: true