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 e0d297b commit 21aeeeeCopy full SHA for 21aeeee
.github/workflows/dispatch_release.yaml
@@ -22,6 +22,7 @@ on:
22
default: true
23
24
env:
25
+ ARCH: ${{ github.event.inputs.container_arch }}
26
VERSION: ${{ github.event.inputs.version }}
27
PACKAGE_VERSION: ${{ github.event.inputs.version }}
28
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments