Disable ghcr.
This commit is contained in:
parent
e08ebd9890
commit
f217591ee2
9 changed files with 0 additions and 63 deletions
7
.github/workflows/bouncer.yml
vendored
7
.github/workflows/bouncer.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -45,4 +39,3 @@ jobs:
|
|||
target: bouncer
|
||||
tags: |
|
||||
benzine/bouncer
|
||||
# ghcr.io/benzine-framework/bouncer
|
||||
|
|
|
|||
7
.github/workflows/laravel.yml
vendored
7
.github/workflows/laravel.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -42,5 +36,4 @@ jobs:
|
|||
pull: true
|
||||
push: true
|
||||
tags: |
|
||||
# ghcr.io/benzine-framework/laravel
|
||||
matthewbaggett/laravel
|
||||
|
|
|
|||
6
.github/workflows/marshall.yml
vendored
6
.github/workflows/marshall.yml
vendored
|
|
@ -29,12 +29,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Setup Marshall
|
||||
run: |
|
||||
git rev-parse --short HEAD > marshall/marshall_version
|
||||
|
|
|
|||
7
.github/workflows/mqtt.yml
vendored
7
.github/workflows/mqtt.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -43,4 +37,3 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/mqtt
|
||||
# ghcr.io/benzine-framework/mqtt
|
||||
|
|
|
|||
7
.github/workflows/node.yml
vendored
7
.github/workflows/node.yml
vendored
|
|
@ -35,12 +35,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -53,7 +47,6 @@ jobs:
|
|||
tags: |
|
||||
gone/node:${{ matrix.node }}-${{ matrix.yarn }}
|
||||
benzine/node:${{ matrix.node }}-${{ matrix.yarn }}
|
||||
# ghcr.io/benzine-framework/node:${{ matrix.node }}-${{ matrix.yarn }}
|
||||
build-args: |
|
||||
NODE_VERSION=${{ matrix.node }}
|
||||
YARN_VERSION=${{ matrix.yarn }}
|
||||
|
|
|
|||
7
.github/workflows/php-core.yml
vendored
7
.github/workflows/php-core.yml
vendored
|
|
@ -67,12 +67,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -85,7 +79,6 @@ jobs:
|
|||
tags: |
|
||||
gone/php:core-${{ matrix.version }}
|
||||
benzine/php:core-${{ matrix.version }}
|
||||
# ghcr.io/benzine-framework/php:core-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
|
||||
|
|
|
|||
7
.github/workflows/php-flavours.yml
vendored
7
.github/workflows/php-flavours.yml
vendored
|
|
@ -63,12 +63,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -81,6 +75,5 @@ jobs:
|
|||
tags: |
|
||||
gone/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
# ghcr.io/benzine-framework/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
|
|
|
|||
8
.github/workflows/php-vanity-tags.yml
vendored
8
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Retag benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} to benzine/php:${{ matrix.variant }}
|
||||
run: |
|
||||
docker pull benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }}
|
||||
|
|
@ -43,5 +37,3 @@ jobs:
|
|||
docker push gone/php:${{ matrix.variant }}-${{ env.latest-stable-version }}
|
||||
docker tag benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} gone/php:${{ matrix.variant }}
|
||||
docker push gone/php:${{ matrix.variant }}
|
||||
# docker tag benzine/php:${{ matrix.variant }}-${{ env.latest-stable-version }} ghcr.io/benzine-framework/php:${{ matrix.variant }}
|
||||
# docker push ghcr.io/benzine-framework/php:${{ matrix.variant }}
|
||||
|
|
|
|||
7
.github/workflows/redis.yml
vendored
7
.github/workflows/redis.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -43,4 +37,3 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/redis
|
||||
# ghcr.io/benzine-framework/redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue