Fixup ghcr login
This commit is contained in:
parent
9bde5c8c9f
commit
84b71b2e21
10 changed files with 20 additions and 20 deletions
4
.github/workflows/bouncer.yml
vendored
4
.github/workflows/bouncer.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/marshall.yml
vendored
4
.github/workflows/marshall.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
4
.github/workflows/mqtt.yml
vendored
4
.github/workflows/mqtt.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/node.yml
vendored
4
.github/workflows/node.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/php-core.yml
vendored
4
.github/workflows/php-core.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/php-flavours.yml
vendored
4
.github/workflows/php-flavours.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/php-vanity-tags.yml
vendored
4
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
4
.github/workflows/redis.yml
vendored
4
.github/workflows/redis.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
4
.github/workflows/wordpress.yml
vendored
4
.github/workflows/wordpress.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue