Skip to content

Commit

Permalink
🍰 [v1.0.1] Integrated docker + github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
areebahmeddd committed Sep 27, 2024
1 parent a76979f commit cef4549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Deploy to Docker Hub

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

jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit cef4549

Please sign in to comment.