Skip to content

Commit

Permalink
fix: Forgot to checkout repo for docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlerc committed Nov 25, 2024
1 parent 41f0212 commit 1d8f074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
baseImageTag: ltsc2022-amd64
runs-on: ${{ matrix.runsOn }}
steps:
- uses: actions/checkout@v4
- name: Download all artifacts from build job
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 1d8f074

Please sign in to comment.