Skip to content

Commit

Permalink
Fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk committed Sep 23, 2022
1 parent 6188ec7 commit d8f7fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This GitHub Action requires a bunch of environment variables, check the env sect

```yaml
# .github/workflows/deploy.yml
name: Continuous Deployment
name: Build Code

on:
push:
Expand All @@ -17,10 +17,10 @@ on:

jobs:
assign:
name: Deploy to Production
name: Build
runs-on: ubuntu-latest
steps:
- name: deploy to production
- name: push to dockerhub
uses: fylein/docker-release-action@master
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit d8f7fe5

Please sign in to comment.