aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:02:19 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:02:19 +0300
commitb296037635f8355bdf75569ea1e7cc722eb2a532 (patch)
treee4c617109119789099ae4021838f6dce70b19797
parent75fb297ac562dd0192daa7c98d732040872edf8e (diff)
downloaddocker-meteor-b296037635f8355bdf75569ea1e7cc722eb2a532.tar.xz
docker-meteor-b296037635f8355bdf75569ea1e7cc722eb2a532.zip
Fixed path
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.github/workflows/docker-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 471042d..518f507 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -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 \ No newline at end of file