Update ci.yaml
This commit is contained in:
parent
f2e36490db
commit
490b465936
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user