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
|
||||
with:
|
||||
version: latest
|
||||
args: release --snapshot --clean
|
||||
args: release --clean
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
steps:
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
uses: https://github.com/docker/metadata-action@v4
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: git.fifitido.net/apps/ytdl-web
|
||||
|
|
Loading…
Reference in New Issue