Skip to content

Commit

Permalink
fix(orb): allow submodule checkout for docker jobs (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Jan 30, 2025
1 parent 027dd19 commit 618efab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orbs/shared/commands/setup_docker_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ parameters:
default: ""
steps:
- checkout
- run:
name: Update submodules
command: |
git submodule sync
git submodule update --init --recursive
- run:
name: Authenticate to Docker registries
command: ./scripts/shell-wrapper.sh ci/release/docker-authn.sh
Expand Down

0 comments on commit 618efab

Please sign in to comment.