Fixed context

This commit is contained in:
KillerBossOriginal 2024-07-15 19:01:47 +02:00
parent 93e9def743
commit 187f834839
7 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./oses/${{ matrix.oses }}

View file

@ -27,7 +27,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./games/${{ matrix.game }}

View file

@ -31,7 +31,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./go

View file

@ -33,7 +33,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./installers
@ -61,7 +61,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./installers

View file

@ -38,7 +38,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./java

View file

@ -34,7 +34,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./nodejs

View file

@ -32,7 +32,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GP_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./python