Skip to content

Commit

Permalink
Updated GH Actions Code
Browse files Browse the repository at this point in the history
* Auto push to hub activated
  • Loading branch information
abhaybhargav committed Jul 11, 2020
1 parent db53e3d commit d30ce6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build API Docker Container
run: cd $GITHUB_WORKSPACE/api/ && docker build . --file $GITHUB_WORKSPACE/api/Dockerfile --tag we45/threatplaybook-api
run: cd $GITHUB_WORKSPACE/api/ && docker build . --file $GITHUB_WORKSPACE/api/Dockerfile --tag we45/threatplaybook-server
- name: Test Secret
run: echo $DOCKER_LOGIN_USER
- name: Push to Hub
run: docker push we45/threatplaybook-server

0 comments on commit d30ce6e

Please sign in to comment.