Skip to content

Commit d30ce6e

Browse files
committed
Updated GH Actions Code
* Auto push to hub activated
1 parent db53e3d commit d30ce6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Build API Docker Container
13-
run: cd $GITHUB_WORKSPACE/api/ && docker build . --file $GITHUB_WORKSPACE/api/Dockerfile --tag we45/threatplaybook-api
13+
run: cd $GITHUB_WORKSPACE/api/ && docker build . --file $GITHUB_WORKSPACE/api/Dockerfile --tag we45/threatplaybook-server
1414
- name: Test Secret
1515
run: echo $DOCKER_LOGIN_USER
16+
- name: Push to Hub
17+
run: docker push we45/threatplaybook-server

0 commit comments

Comments
 (0)