Fixed path
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
75fb297ac5
commit
b296037635
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: valentineus/meteor
|
||||
dockerfile: "Dockerfile"
|
||||
path: "./release"
|
||||
path: "release"
|
||||
tag_with_ref: true
|
||||
tag_with_sha: true
|
||||
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
tag: ${{ matrix.version }}
|
||||
repository: valentineus/meteor
|
||||
dockerfile: "Dockerfile"
|
||||
path: "./latest"
|
||||
path: "latest"
|
||||
buildargs: "RELEASE=${{ matrix.version }}"
|
||||
tag_with_ref: true
|
||||
tag_with_sha: true
|
Loading…
x
Reference in New Issue
Block a user