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