Fixed path to Dockerfile

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

View File

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