Fix goreleaser hook and switch to semver for docker metadata action
This commit is contained in:
parent
48addc37b4
commit
5eae3f7f18
|
@ -33,8 +33,7 @@ jobs:
|
|||
images: git.fifitido.net/apps/ytdl-web
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=pep440,pattern={{version}}
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Setup QEMU
|
||||
uses: https://github.com/docker/setup-qemu-action@v2
|
||||
|
|
|
@ -8,7 +8,7 @@ gitea_urls:
|
|||
download: https://git.fifitido.net
|
||||
before:
|
||||
hooks:
|
||||
- tidy
|
||||
- go mod tidy
|
||||
builds:
|
||||
- id: ytdl-web_linux
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue