mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: Install goreleaser on deploy (#408)
This commit is contained in:
4
.github/workflows/coder.yaml
vendored
4
.github/workflows/coder.yaml
vendored
@ -225,6 +225,10 @@ jobs:
|
||||
with:
|
||||
go-version: "^1.17"
|
||||
|
||||
- uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
install-only: true
|
||||
|
||||
- run: make docker/image/coder
|
||||
|
||||
- run: docker push us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest
|
||||
|
Reference in New Issue
Block a user