Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaganKaartik authored Oct 10, 2020
1 parent ba2d4c8 commit 9c26743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deployment to Docker Hub
on:
push:
branches: [production]
pull-request:
pull_request:
branches: [production]

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Build and Push Docker Image
uses: mr-smithers-excellent/docker-build-push@v4
with:
image: jagankaartik918/docker_demo_projects
image: ${{ secrets.DOCKER_USER }}/docker-node-demo-ts
tag: latest
registry: docker.io
username: ${{ secrets.DOCKER_USER }}
Expand Down

0 comments on commit 9c26743

Please sign in to comment.