Fixed path to Dockerfile
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
73f6ebf35c
commit
94f7b815c3
10
.github/workflows/docker-publish.yml
vendored
10
.github/workflows/docker-publish.yml
vendored
@ -18,7 +18,10 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: valentineus/meteor
|
repository: valentineus/meteor
|
||||||
dockerfile: "latest/Dockerfile"
|
dockerfile: "Dockerfile"
|
||||||
|
path: "./latest"
|
||||||
|
tag_with_ref: true
|
||||||
|
tag_with_sha: true
|
||||||
|
|
||||||
push-release:
|
push-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -36,5 +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: "./release"
|
||||||
buildargs: "RELEASE=${{ matrix.version }}"
|
buildargs: "RELEASE=${{ matrix.version }}"
|
||||||
|
tag_with_ref: true
|
||||||
|
tag_with_sha: true
|
Loading…
x
Reference in New Issue
Block a user