Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Aug 1, 2024
1 parent 8af3ad4 commit 13549c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/differ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
differ:
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/nvidia-propietary:main
if: github.repository == 'vanilla-os/nvidia-propietary-image'
image: ghcr.io/vanilla-os/nvidia-proprietary:main
if: github.repository == 'vanilla-os/nvidia-proprietary-image'

steps:
- uses: actions/checkout@v4
Expand All @@ -29,5 +29,5 @@ jobs:
-H 'Accept:application/json' \
-H "Authorization:Basic $(echo -n "${{ secrets.DIFFER_USER }}:${{ secrets.DIFFER_PSW }}" | base64)" \
-d "{\"digest\":\"${IMAGE_DIGEST}\",${PACKAGE_LIST}}" \
${{ vars.DIFFER_URL }}/images/nvidia-propietary/new
${{ vars.DIFFER_URL }}/images/nvidia-proprietary/new
lpkg --lock

0 comments on commit 13549c9

Please sign in to comment.