Skip to content

Commit

Permalink
ci: Skip checkout for BlueOS step
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric authored Feb 6, 2025
1 parent 60e199c commit 3e134de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
docker-password: ${{ secrets.DOCKER_PASSWORD }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# image-name should not start with blueos- (see image-prefix)
image-name: 'blueos-docs'
image-name: 'blueos-docs'
skip-checkout: true

0 comments on commit 3e134de

Please sign in to comment.