We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f1a3 commit bdb0baaCopy full SHA for bdb0baa
.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
68
tags: ${{ steps.meta.outputs.tags }}
69
labels: ${{ steps.meta.outputs.labels }}
70
build-args: |
71
- VERSION=${RELEASE_VERSION}
+ VERSION=${{ env.RELEASE_VERSION }}
72
- name: Generate artifact attestation
73
uses: actions/attest-build-provenance@v3
74
with:
helm/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v1
2
description: NetAssert.
3
name: netassert
4
-version: 1.9.4
5
-appVersion: 1.11.2
+version:
+appVersion:
6
home: https://github.com/controlplaneio/netassert
7
sources:
8
- https://github.com/controlplaneio/netassert
0 commit comments