Skip to content

Commit

Permalink
feat: run "docker-release" once the release-workflow is done
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 7, 2023
1 parent a7d4bfd commit 0d88138
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Create Docker Image and Release it to Docker Hub

on:
release:
types: [published]
workflow_run:
workflows: ["Create Release on GitHub"]
types:
- completed

jobs:
docker:
Expand Down

0 comments on commit 0d88138

Please sign in to comment.