Skip to content

Commit

Permalink
Merge pull request #18 from goci-io/initial
Browse files Browse the repository at this point in the history
build and deploy docker image with server
  • Loading branch information
etwillbefine committed Jul 11, 2020
2 parents eb12b28 + 61d82ec commit 93e25be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.14
- name: Login to Registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \
docker login docker.pkg.github.com -u docker --password-stdin
- name: New Release
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ release:
github:
owner: goci-io
name: kubernetes-deployment-webhook
dockers:
- image_templates:
- docker.pkg.github.com/goci-io/kubernetes-deployment-webhook/server

0 comments on commit 93e25be

Please sign in to comment.