Skip to content

Commit

Permalink
cicd: vendor modules into nightly source
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Dec 3, 2024
1 parent 1048567 commit 935a61f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
mkdir "${{ runner.temp }}/build"
git archive --add-file=go.mod --add-file=go.sum origin/main |
tar -x -C "${{ runner.temp }}/build"
(
cd "${{ runner.temp }}/build"
go mod vendor
)
- uses: docker/build-push-action@v6
if: steps.novelty.outputs.cache-hit != 'true'
with:
Expand Down

0 comments on commit 935a61f

Please sign in to comment.