Skip to content

Commit

Permalink
Merge pull request #2835 from mitre/clenk/virts-4612/docker-workflow
Browse files Browse the repository at this point in the history
Clone recursively for docker build workflow
  • Loading branch information
elegantmoose committed Oct 25, 2023
2 parents e6d712b + 6705849 commit c1a44fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: recursive

- name: Log in to the Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
Expand Down

0 comments on commit c1a44fe

Please sign in to comment.