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 4f0aa42 commit 4f1dee2Copy full SHA for 4f1dee2
.github/workflows/mlflow-ci.yml
@@ -267,7 +267,7 @@ jobs:
267
with:
268
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }}
269
kots-version: latest
270
- app-slug: ${{ env.APP_SLUG }}/unstable
+ app-slug: ${{ env.APP_SLUG }}/ci-automation-${{ github.run_id }}
271
app-version-label: ${{ steps.chart-version.outputs.chart_version }}
272
license-file: ${{ steps.download-license.outputs.license }}
273
namespace: default
0 commit comments