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
+2 -2
View File
@@ -114,7 +114,7 @@ jobs:
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.14.4-3
uses: docker://deluan/ci-goreleaser:1.14.7-1-taglib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -122,7 +122,7 @@ jobs:
- name: Run GoReleaser - RELEASE
if: startsWith(github.ref, 'refs/tags/')
uses: docker://deluan/ci-goreleaser:1.14.4-3
uses: docker://deluan/ci-goreleaser:1.14.7-1-taglib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: