aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:00:45 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:00:45 +0300
commit696afd84ad49ca2b03f709ce828719aea3784fec (patch)
tree6f13ea30f84c375241c407441830ba89124384d7 /.github
parent741e4145c4f715c9f9f59742f9f231b86b4cd931 (diff)
downloaddocker-meteor-696afd84ad49ca2b03f709ce828719aea3784fec.tar.xz
docker-meteor-696afd84ad49ca2b03f709ce828719aea3784fec.zip
Fixed path to Dockerfile
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index b143aaa..471042d 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -18,7 +18,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: valentineus/meteor
- dockerfile: "./latestDockerfile"
+ dockerfile: "Dockerfile"
+ path: "./release"
tag_with_ref: true
tag_with_sha: true
@@ -38,7 +39,8 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tag: ${{ matrix.version }}
repository: valentineus/meteor
- dockerfile: "./release/Dockerfile"
+ dockerfile: "Dockerfile"
+ path: "./latest"
buildargs: "RELEASE=${{ matrix.version }}"
tag_with_ref: true
tag_with_sha: true \ No newline at end of file