Update main.yaml

This commit is contained in:
Andrew 2024-03-07 16:34:34 +08:00 committed by GitHub
parent 64721abaa3
commit 759f952e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,11 +86,6 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build frontend
run: make build-frontend
- 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: