Skip to content

Commit

Permalink
Fixing docker-deploy.yml (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored Dec 24, 2023
1 parent 931d364 commit 72da16b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Docker Deployment

on:
push:
branches:
- main
workflow_run:
workflows: ["CI"]
types:
- completed

jobs:
docker-deploy:
needs: build
runs-on: ubuntu-latest
if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main' &&
github.event.workflow_run.event == 'push'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 72da16b

Please sign in to comment.