diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-25 23:58:20 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-25 23:58:20 +0300 |
commit | 741e4145c4f715c9f9f59742f9f231b86b4cd931 (patch) | |
tree | 5eaadb134a3113e6c51dcda88e53db4e9191ec7e /.github/workflows | |
parent | e9f0b26bb792c0ecc61aaa85c2888beabec4695c (diff) | |
download | docker-meteor-741e4145c4f715c9f9f59742f9f231b86b4cd931.tar.xz docker-meteor-741e4145c4f715c9f9f59742f9f231b86b4cd931.zip |
Fixed path to Dockerfile
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-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 3a24ebb..b143aaa 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: "latest" + dockerfile: "./latestDockerfile" 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: "release" + dockerfile: "./release/Dockerfile" buildargs: "RELEASE=${{ matrix.version }}" tag_with_ref: true tag_with_sha: true
\ No newline at end of file |