Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmeister committed Nov 16, 2021
1 parent b3b9d27 commit a10118f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
12 changes: 0 additions & 12 deletions .dockerignore

This file was deleted.

13 changes: 4 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -24,15 +21,13 @@ archives:
386: i386
amd64: x86_64
dockers:
-
skip_push: false
image_templates:
- "ghcr.io/choffmeister/git-ops-update:{{ .Tag }}"
- "ghcr.io/choffmeister/git-ops-update:latest"
- image_templates:
- "ghcr.io/choffmeister/{{ .ProjectName }}:{{ .Tag }}"
- "ghcr.io/choffmeister/{{ .ProjectName }}:latest"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
name_template: "0.0.0-dev"
changelog:
sort: asc
filters:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ FROM scratch
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/bin/git-ops-update"]
COPY git-ops-update /bin/git-ops-update
WORKDIR /workdir

0 comments on commit a10118f

Please sign in to comment.