fix pipeline

This commit is contained in:
ronahk
2022-12-18 14:40:09 +02:00
parent bae6650263
commit c6b1586e88

View File

@@ -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 }}