diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:08:35 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:08:35 +0300 |
commit | 27dfadc19966ce92536b4806325739943ba880c1 (patch) | |
tree | d13651fd627014d84d2108ee8f5f28d5d4e86183 /.github/workflows | |
parent | e59db5a8c9f79f354f05f90d6df7409828e10e2b (diff) | |
download | docker-meteor-27dfadc19966ce92536b4806325739943ba880c1.tar.xz docker-meteor-27dfadc19966ce92536b4806325739943ba880c1.zip |
Fixed path
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
1 files 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 |