We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e85edf commit ffaa7beCopy full SHA for ffaa7be
.github/workflows/release.yaml
@@ -61,6 +61,14 @@ jobs:
61
username: ${{ secrets.DOCKER_USERNAME }}
62
password: ${{ secrets.DOCKER_PASSWORD }}
63
64
+ - name: Login to registry
65
+ if: github.repository == 'helm/chart-releaser'
66
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
67
+ with:
68
+ registry: ghcr.io
69
+ username: ${{ github.repository_owner }}
70
+ password: ${{ secrets.GITHUB_TOKEN }}
71
+
72
- name: Run Mage
73
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
74
with:
.goreleaser.yml
@@ -53,7 +53,7 @@ archives:
53
checksum:
54
name_template: 'checksums.txt'
55
snapshot:
56
- name_template: "{{ .Tag }}-next"
+ version_template: "{{ .Tag }}-next"
57
58
dockers:
59
- goos: linux
0 commit comments