Fixed path

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 00:56:14 +04:00
parent 94f7b815c3
commit e9f0b26bb7

View File

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