Commit 9ba1fb4

Anton Golub <antongolub@antongolub.com>
2025-03-21 17:10:54
build: fix dev-publish flow (#1144)
1 parent 8072f2d
Changed files (1)
.github
.github/workflows/dev-publish.yml
@@ -72,6 +72,7 @@ jobs:
 
   # https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
   docker-publish:
+    needs: build
     runs-on: ubuntu-latest
     # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
     env: