Fixed path (again)
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
9
.github/workflows/docker-publish.yml
vendored
9
.github/workflows/docker-publish.yml
vendored
@ -5,9 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
IMAGE_NAME: "valentineus/meteor"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-latest:
|
push-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -18,7 +15,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: valentineus/meteor
|
repository: valentineus/meteor
|
||||||
path: "release"
|
path: latest
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
tag_with_sha: true
|
tag_with_sha: true
|
||||||
|
|
||||||
@ -38,7 +35,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: ${{ matrix.version }}
|
tag: ${{ matrix.version }}
|
||||||
repository: valentineus/meteor
|
repository: valentineus/meteor
|
||||||
path: "latest"
|
path: release
|
||||||
buildargs: "RELEASE=${{ matrix.version }}"
|
buildargs: RELEASE=${{ matrix.version }}
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
tag_with_sha: true
|
tag_with_sha: true
|
Reference in New Issue
Block a user