diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-25 23:56:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-25 23:56:14 +0300 |
commit | e9f0b26bb792c0ecc61aaa85c2888beabec4695c (patch) | |
tree | 5bbe295b970a83ced670c0de3085583f972f7662 /.github/workflows | |
parent | 94f7b815c372fe9259be2ef99d06425a7b025a07 (diff) | |
download | docker-meteor-e9f0b26bb792c0ecc61aaa85c2888beabec4695c.tar.xz docker-meteor-e9f0b26bb792c0ecc61aaa85c2888beabec4695c.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 9bae190..3a24ebb 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: "./latest" + path: "latest" tag_with_ref: true tag_with_sha: true @@ -40,7 +40,7 @@ jobs: tag: ${{ matrix.version }} repository: valentineus/meteor dockerfile: "Dockerfile" - path: "./release" + path: "release" buildargs: "RELEASE=${{ matrix.version }}" tag_with_ref: true tag_with_sha: true
\ No newline at end of file |