Skip to content

Commit

Permalink
Updated dockerfile for github actions
Browse files Browse the repository at this point in the history
Updated dockerfile for github actions
  • Loading branch information
isandesh1986 authored Feb 23, 2021
1 parent bda9858 commit c1790cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: docker angular build
run: |
docker build -f angular/Dockerfile.travis -t my-thai-star-angular angular/.
docker build -f angular/Dockerfile.githubactions -t my-thai-star-angular angular/.
- name: docker java build
run: |
docker build -f java/Dockerfile.travis -t my-thai-star-java java/.
docker build -f java/Dockerfile.githubactions -t my-thai-star-java java/.

0 comments on commit c1790cf

Please sign in to comment.