Skip to content

Commit

Permalink
fix docker build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Nov 17, 2024
1 parent d7c649f commit 45e0c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release Build and Push
name: Docker Build and Push

on:
workflow_run:
workflows: [Release Build]
branches: ["*"]
workflows: ["Release Build"]
types: [completed]

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/workflow-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Reusable Build Workflow

on:
Expand Down

0 comments on commit 45e0c48

Please sign in to comment.