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