We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ebf3c commit dba0bcbCopy full SHA for dba0bcb
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
# -f Dockerfile.helm \
82
# -t ghcr.io/daemondude23/helmizer/helmizer-helm:${{ github.ref_name }} \
83
# -t ghcr.io/daemondude23/helmizer/helmizer-helm:latest \
84
- --push .
+ # --push .
85
86
permissions:
87
contents: write
docs/dev.md
@@ -47,6 +47,7 @@ find . -type f -name kustomization.yaml -exec rm -f '{}' \;
47
## Trigger goreleaser
48
49
```bash
50
+git tag -d v0.18.0
51
git fetch --prune --prune-tags
52
git tag v0.18.0
53
git push origin refs/tags/v0.18.0
0 commit comments