diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 70bf01b..79082f6 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -65,7 +65,7 @@ jobs: # Setup repo and add caching - uses: actions/checkout@v4 with: - ref: main + ref: ${{ github.event.pull_request.ref }} - name: Run integration tests if: github.repository == 'blue-build/cli' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1079526..c7cb6da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.ref }} + ref: main - name: Install bluebuild env: diff --git a/integration-tests/Earthfile b/integration-tests/Earthfile index 922d43b..3fe64db 100644 --- a/integration-tests/Earthfile +++ b/integration-tests/Earthfile @@ -42,7 +42,7 @@ template-containerfile: template-secureblue: ARG NIGHTLY=false FROM +secureblue-base --NIGHTLY=$NIGHTLY - RUN bluebuild -vv template -o Containerfile config/recipes/desktop/recipe-silverblue-nvidia.yml + RUN bluebuild -vv template -o Containerfile config/recipes/general/recipe-silverblue-nvidia.yml SAVE ARTIFACT /test