Fix docker meta uses repo and remove snapshot from goreleaser action
This commit is contained in:
parent
5eae3f7f18
commit
b12ee11179
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: https://github.com/goreleaser/goreleaser-action@v2
|
- uses: https://github.com/goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --snapshot --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: https://github.com/docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: git.fifitido.net/apps/ytdl-web
|
images: git.fifitido.net/apps/ytdl-web
|
||||||
|
|
Loading…
Reference in New Issue