Skip to content

Commit

Permalink
try to create right image building
Browse files Browse the repository at this point in the history
  • Loading branch information
flkhndlr committed Jul 18, 2023
1 parent 5991672 commit 920cf3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ dockers:
-
goos: linux
goarch: amd64
goamd64: "v2"
dockerfile: goreleaser.dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source={{.GitURL}}"
image_templates:
- 'ghcr.io/telekom-mms/grafiport:{{ .Tag }}'
- 'ghcr.io/telekom-mms/grafiport:latest'
2 changes: 1 addition & 1 deletion goreleaser.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# final stage
FROM alpine:latest
FROM ubuntu:latest
COPY grafiport /usr/local/bin/grafiport
RUN mkdir -p /output
ENV DIRECTORY /output
Expand Down

0 comments on commit 920cf3d

Please sign in to comment.