Skip to content

Commit

Permalink
chore(goreleaser): Deploy dev docker images (own tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 19, 2021
1 parent f2fd7cd commit fb7b600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ dockers:
goarch: amd64
image_templates:
- "sikalabs/slu:{{ .Tag }}"
skip_push: auto
dockerfile: Dockerfile
ids:
- slu
Expand All @@ -111,7 +110,6 @@ dockers:
goarch: arm64
image_templates:
- "sikalabs/slu:{{ .Tag }}-arm64v8"
skip_push: auto
dockerfile: Dockerfile.arm64v8
ids:
- slu
Expand Down

0 comments on commit fb7b600

Please sign in to comment.