Update .gitea/workflows/build.yaml
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m24s

This commit is contained in:
Dreaded_X 2025-03-20 04:17:41 +00:00
parent 2724ae215b
commit 80fa23cf5f

View File

@ -79,5 +79,5 @@ jobs:
--revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" \ --revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" \
$(echo "${{ steps.meta.outputs.labels }}" | sed -e 's/^/-a /') $(echo "${{ steps.meta.outputs.labels }}" | sed -e 's/^/-a /')
flux tag artifact oci://git.huizinga.dev/dreaded_x/${{ gitea.event.repository.name }}/manifests:sha-$(git rev-parse --short HEAD) \ flux tag artifact oci://git.huizinga.dev/dreaded_x/${{ gitea.event.repository.name }}/manifests:latest \
$(echo "${{ steps.meta.outputs.tags }}" | sed -e 's/^.*:/--tag /') $(echo "${{ steps.meta.outputs.tags }}" | sed -e 's/^.*:/--tag /')