Skip to content

Commit

Permalink
fix: checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmanju committed May 9, 2024
1 parent fefcb44 commit 6c45827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
outputs:
apps: "${{ steps.prep-apps.outputs.apps }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Populate appsToBuild
id: prep-apps
shell: bash
Expand All @@ -37,9 +40,6 @@ jobs:
matrix:
image: ${{ fromJSON(needs.prepare-input.outputs.apps) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build Image
id: build-image
uses: redhat-actions/[email protected]
Expand Down

0 comments on commit 6c45827

Please sign in to comment.