mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-05-17 03:45:34 +00:00
fix pipeline
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ needs.pre_release.outputs.release_tag }}
|
tags: komodorio/helm-dashboard:${{ needs.pre_release.outputs.release_tag }},komodorio/helm-dashboard:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: VER=${{ needs.pre_release.outputs.release_tag }}
|
build-args: VER=${{ needs.pre_release.outputs.release_tag }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user