Update ci.yaml

This commit is contained in:
Jakub Błaszczyk 2023-10-26 16:12:30 +02:00 committed by GitHub
parent f2e36490db
commit 490b465936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
name: CI
on:
create:
push:
branches:
- "master"
@ -149,7 +148,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: