Use new ci-releaser image, that contains static taglib library

This commit is contained in:
Deluan 2020-08-30 10:55:04 -04:00 committed by Deluan Quintão
parent 1216c9bdb8
commit 6a6d4c3f87
3 changed files with 12 additions and 6 deletions

View file

@ -96,5 +96,5 @@ release:
.PHONY: release
snapshot:
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.4-3 goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.7-1-taglib goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot