diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e88f4f..99e3fb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: