build: github actions
This commit is contained in:
parent
95eb51f716
commit
f694f8f57c
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -87,11 +87,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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user