We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20969a3 commit 9210a93Copy full SHA for 9210a93
.github/workflows/release.yaml
@@ -2,7 +2,6 @@
2
name: goreleaser
3
4
on:
5
- pull_request:
6
push:
7
# run only against tags
8
tags:
@@ -34,3 +33,4 @@ jobs:
34
33
args: release --clean
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}
.goreleaser.yaml
@@ -26,8 +26,7 @@ builds:
26
- arm64
27
28
kos:
29
- - repository: ghcr.io/hercynium/istio-fortsa
30
- base_image: gcr.io/distroless/static:nonroot
+ - base_image: gcr.io/distroless/static:nonroot
31
32
- "{{ .Tag }}"
- latest
0 commit comments