Fixed path to Dockerfile

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 00:58:20 +04:00
parent e9f0b26bb7
commit 741e4145c4

View File

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