diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:04:36 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:04:36 +0300 |
commit | e59db5a8c9f79f354f05f90d6df7409828e10e2b (patch) | |
tree | 6e4dc754e852970c79f682d7079941d5959eb410 | |
parent | b296037635f8355bdf75569ea1e7cc722eb2a532 (diff) | |
download | docker-meteor-e59db5a8c9f79f354f05f90d6df7409828e10e2b.tar.xz docker-meteor-e59db5a8c9f79f354f05f90d6df7409828e10e2b.zip |
Fixed path
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .github/workflows/docker-publish.yml | 6 |
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 |