ci: update release workflow to ensure publish job depends on build and test

This commit is contained in:
Jan Rundshagen 2025-03-30 08:54:22 +02:00
parent b68b16fb20
commit 062a0b09d5
No known key found for this signature in database
GPG key ID: D39ECE260D6616C7

View file

@ -100,6 +100,9 @@ jobs:
push-to-registry: true push-to-registry: true
publish-github: publish-github:
needs:
- build
- test
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}