fix: Tagging manifests does not work

This commit is contained in:
2025-12-21 17:26:24 +01:00
parent a053eb45d2
commit 5e558b2b23

View File

@@ -104,7 +104,7 @@ jobs:
$(echo "${{ steps.meta.outputs.labels }}" | sed -e 's/^/-a /')
flux tag artifact oci://${{ env.OCI_REPO }}/manifests:${{ gitea.head_ref || gitea.ref_name }} \
$(echo "${{ steps.meta.outputs.tags }}" | sed -e 's/^.*:/--tag /')
$(echo "${{ steps.meta.outputs.tags }}" | sed -e 's/^/--tag /')
- name: Call webhook
if: inputs.webhook_url != ''