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 bce2ecc commit 68e0836Copy full SHA for 68e0836
.github/workflows/image-deps-updater.yaml
@@ -78,7 +78,7 @@ jobs:
78
INPUT_VELERO_VERSION: ${{ github.event.inputs.velero_version }}
79
INPUT_VELERO_AWS_PLUGIN_VERSION: ${{ github.event.inputs.velero_aws_plugin_version }}
80
INPUT_KUBECTL_VERSION: ${{ github.event.inputs.kubectl_version }}
81
- INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version || '3.79' }}
+ INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version }}
82
ARCHS: "amd64,arm64"
83
run: |
84
chmod +x ./output/bin/buildtools
0 commit comments