Fixup ghcr login

This commit is contained in:
Greyscale 2023-03-01 14:54:29 +01:00
parent 9bde5c8c9f
commit 84b71b2e21
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
10 changed files with 20 additions and 20 deletions

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -33,8 +33,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Marshall - name: Setup Marshall
run: | run: |
git rev-parse --short HEAD > marshall/marshall_version git rev-parse --short HEAD > marshall/marshall_version

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -39,8 +39,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -71,8 +71,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -67,8 +67,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Retag benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} to benzine/php:${{ matrix.variant }} - name: Retag benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} to benzine/php:${{ matrix.variant }}
run: | run: |
docker pull benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} docker pull benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }}

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with:

View file

@ -32,8 +32,8 @@ jobs:
name: Login to Github Container Registry name: Login to Github Container Registry
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3 - uses: docker/build-push-action@v3
name: Build & Push name: Build & Push
with: with: