Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jan 18, 2020
1 parent a84aba2 commit cf5eaaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: "1.12.14"
- uses: azure/docker-login@v1
with:
username: schemaherodeploy
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
8 changes: 2 additions & 6 deletions deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,11 @@ archives:
dockers:
- dockerfile: ./deploy/Dockerfile.schemahero
image_templates:
- "schemahero/schemahero:{{.Major}}"
- "schemahero/schemahero:{{.Major}}.{{.Minor}}"
- "schemahero/schemahero:{{.Major}}.{{.Minor}}.{{.Patch}}"
- "schemahero/schemahero:{{.Tag}}"
binaries:
- schemahero
- dockerfile: ./deploy/Dockerfile.manager
image_templates:
- "schemahero/schemahero-manager:{{.Major}}"
- "schemahero/schemahero-manager:{{.Major}}.{{.Minor}}"
- "schemahero/schemahero-manager:{{.Major}}.{{.Minor}}.{{.Patch}}"
- "schemahero/schemahero-manager:{{.Tag}}"
binaries:
- manager

0 comments on commit cf5eaaa

Please sign in to comment.