Skip to content

Commit

Permalink
fixup! cicd: vendor modules into nightly source
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Dec 3, 2024
1 parent 4369e63 commit 9f133d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
tar -x -C "${{ runner.temp }}/build"
(
cd "${{ runner.temp }}/build"
go vendor
go mod vendor
)
- uses: docker/build-push-action@v6
if: steps.novelty.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9f133d7

Please sign in to comment.