Fixed path to Dockerfile

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

View File

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