Fixed path

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 01:08:35 +04:00
parent e59db5a8c9
commit 27dfadc199

View File

@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor
dockerfile: "release/Dockerfile"
path: "release"
tag_with_ref: true
tag_with_sha: true
@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tag: ${{ matrix.version }}
repository: valentineus/meteor
dockerfile: "latest/Dockerfile"
path: "latest"
buildargs: "RELEASE=${{ matrix.version }}"
tag_with_ref: true
tag_with_sha: true