aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml6
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