Skip to content

Commit

Permalink
Fixing prod deploy github action (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk authored Feb 5, 2024
1 parent d9c8111 commit 08ed84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment: Production
steps:
- uses: actions/checkout@v2
- name: push to dockerhub
uses: fylein/docker-release-action@master
env:
Expand Down

0 comments on commit 08ed84c

Please sign in to comment.