Fixed path

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 01:02:19 +04:00
parent 75fb297ac5
commit b296037635

View File

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