Skip to content

Commit

Permalink
Merge pull request #96 from cdesiniotis/fix-image-workflow-on-forks
Browse files Browse the repository at this point in the history
Fix image build GH action on forks
  • Loading branch information
shivakunv authored Aug 23, 2024
2 parents e9ff9b5 + aa0bbb8 commit e5dcbcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
env:
IMAGE_NAME: ghcr.io/nvidia/driver
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/driver
VERSION: ${COMMIT_SHORT_SHA}
run: |
DRIVER_VERSIONS=${{ matrix.driver }} make build-${{ matrix.dist }}-${{ matrix.driver }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image and get kernel version
env:
IMAGE_NAME: ghcr.io/nvidia/driver
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/driver
VERSION: ${COMMIT_SHORT_SHA}
BASE_TARGET: jammy
run: |
Expand All @@ -169,7 +169,7 @@ jobs:
done
- name: Build image
env:
IMAGE_NAME: ghcr.io/nvidia/driver
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/driver
VERSION: ${COMMIT_SHORT_SHA}
PRECOMPILED: "true"
DIST: signed_ubuntu22.04
Expand Down

0 comments on commit e5dcbcf

Please sign in to comment.