Skip to content

Commit

Permalink
update workflow to pull api code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChickenSellerRED committed Mar 11, 2024
1 parent 1e2b91c commit ff8e8e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_push_docker_img.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and push the docker image to DockerHub
name: Pull API code, Build and push the docker image to DockerHub

on:
push:
branches:
- main
- jize

jobs:
push_to_registry:
Expand All @@ -13,7 +14,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Fetch code from Repository A
- name: Fetch code from Repository API
uses: actions/checkout@v3
with:
repository: 'USC-InfoLab/w4h-api'
Expand Down

0 comments on commit ff8e8e5

Please sign in to comment.