Fix container image versions

This commit is contained in:
Cyber MacGeddon 2025-01-06 21:10:13 +00:00
parent 3e0e6c6f7d
commit d5a7524914

View file

@ -109,6 +109,9 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Put version into package manifests
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}
- name: Create deploy bundle
run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }}