Fixed path to Dockerfile
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
73f6ebf35c
commit
94f7b815c3
12
.github/workflows/docker-publish.yml
vendored
12
.github/workflows/docker-publish.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user