Skip to content

Commit

Permalink
Add additional checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
yogendra committed Dec 2, 2023
1 parent feab99e commit 777e859
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
needs: prepare
if: ${{ needs.prepare.outputs.ui == 'true' || needs.prepare.outputs.workflows == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -60,6 +64,10 @@ jobs:
needs: prepare
if: ${{ needs.prepare.outputs.api == 'true' || needs.prepare.outputs.workflows == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -82,6 +90,10 @@ jobs:
needs: prepare
if: ${{ needs.prepare.outputs.vault-init == 'true' || needs.prepare.outputs.workflows == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 777e859

Please sign in to comment.