Actions: make publish depend on build

This commit is contained in:
Julian Stiller 2025-02-11 00:59:48 +01:00
parent 7e3ddf7410
commit fa434ee76e

View file

@ -34,6 +34,7 @@ jobs:
publish: publish:
runs-on: nixos-latest runs-on: nixos-latest
needs: build
strategy: *strategy strategy: *strategy
steps: steps:
- name: login to container registry - name: login to container registry