aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 471042d..518f507 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: "./release"
+ path: "release"
tag_with_ref: true
tag_with_sha: true
@@ -40,7 +40,7 @@ jobs:
tag: ${{ matrix.version }}
repository: valentineus/meteor
dockerfile: "Dockerfile"
- path: "./latest"
+ path: "latest"
buildargs: "RELEASE=${{ matrix.version }}"
tag_with_ref: true
tag_with_sha: true \ No newline at end of file