Skip to content

Commit 4f1dee2

Browse files
committed
fix slug
1 parent 4f0aa42 commit 4f1dee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
with:
268268
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }}
269269
kots-version: latest
270-
app-slug: ${{ env.APP_SLUG }}/unstable
270+
app-slug: ${{ env.APP_SLUG }}/ci-automation-${{ github.run_id }}
271271
app-version-label: ${{ steps.chart-version.outputs.chart_version }}
272272
license-file: ${{ steps.download-license.outputs.license }}
273273
namespace: default

0 commit comments

Comments
 (0)