Fix cd pipeline

pull/143/head
Aloïs Micard 3 years ago
parent 0cdf4811b9
commit d99957f056
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -17,6 +17,12 @@ jobs:
with:
go-version: 1.14
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

Loading…
Cancel
Save