Fix docker meta uses repo and remove snapshot from goreleaser action

This commit is contained in:
Evan Fiordeliso 2023-08-14 19:50:09 -04:00
parent 5eae3f7f18
commit b12ee11179
1 changed files with 2 additions and 2 deletions

View File

@ -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