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 cf3c85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: alpine-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
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'

0 comments on commit cf3c85a

Please sign in to comment.