We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 555ac5d + 87292df commit 1cb88d0Copy full SHA for 1cb88d0
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
53
IMAGE_HOST: quay.io
54
IMAGE: shipwright/shipwright-operator
55
- TAG: ${{ github.events.inputs.release }}
+ TAG: ${{ github.event.inputs.release }}
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
run: |
58
make release
0 commit comments