Skip to content

Commit

Permalink
check out submodules before building Docker image
Browse files Browse the repository at this point in the history
- CLI functionality now depends on a submodule (pipeline-catalog)
  • Loading branch information
alyssadai committed Nov 4, 2024
1 parent 66111d4 commit a0612d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
-
# The release event is a superset of the push tag event,
# so we expect two tags to be generated by docker/metadata-action
Expand Down

0 comments on commit a0612d0

Please sign in to comment.