From 27dfadc19966ce92536b4806325739943ba880c1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 26 Jun 2020 01:08:35 +0400 Subject: Fixed path Signed-off-by: Valentin Popov --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 90e9a4e..1981db1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -18,7 +18,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: valentineus/meteor - dockerfile: "release/Dockerfile" + path: "release" tag_with_ref: true tag_with_sha: true @@ -38,7 +38,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tag: ${{ matrix.version }} repository: valentineus/meteor - dockerfile: "latest/Dockerfile" + path: "latest" buildargs: "RELEASE=${{ matrix.version }}" tag_with_ref: true tag_with_sha: true \ No newline at end of file -- cgit v1.2.3