Fixed path

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

View File

@ -18,8 +18,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor
dockerfile: "Dockerfile"
path: "release"
dockerfile: "release/Dockerfile"
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: "latest"
dockerfile: "latest/Dockerfile"
buildargs: "RELEASE=${{ matrix.version }}"
tag_with_ref: true
tag_with_sha: true