Skip to content

Commit dba0bcb

Browse files
committed
v0.18.0?
1 parent 83ebf3c commit dba0bcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# -f Dockerfile.helm \
8282
# -t ghcr.io/daemondude23/helmizer/helmizer-helm:${{ github.ref_name }} \
8383
# -t ghcr.io/daemondude23/helmizer/helmizer-helm:latest \
84-
--push .
84+
# --push .
8585
8686
permissions:
8787
contents: write

docs/dev.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ find . -type f -name kustomization.yaml -exec rm -f '{}' \;
4747
## Trigger goreleaser
4848

4949
```bash
50+
git tag -d v0.18.0
5051
git fetch --prune --prune-tags
5152
git tag v0.18.0
5253
git push origin refs/tags/v0.18.0

0 commit comments

Comments
 (0)