aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docker-publish.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:04:36 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:04:36 +0300
commite59db5a8c9f79f354f05f90d6df7409828e10e2b (patch)
tree6e4dc754e852970c79f682d7079941d5959eb410 /.github/workflows/docker-publish.yml
parentb296037635f8355bdf75569ea1e7cc722eb2a532 (diff)
downloaddocker-meteor-e59db5a8c9f79f354f05f90d6df7409828e10e2b.tar.xz
docker-meteor-e59db5a8c9f79f354f05f90d6df7409828e10e2b.zip
Fixed path
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows/docker-publish.yml')
-rw-r--r--.github/workflows/docker-publish.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 518f507..90e9a4e 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -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 \ No newline at end of file