Skip to content

Commit 472dd84

Browse files
committed
Revert "Fixing Docker tags"
This reverts commit 0da8bd8.
1 parent da848a8 commit 472dd84

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/php81.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- platform: 'linux/amd64,linux/arm64'
3030
image: 8.1-cli-alpine3.21
3131
tags: |
32-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.1-cli
32+
ghcr.io/php-etl/php-grpc:8.1-cli
3333
- platform: 'linux/amd64,linux/arm64'
3434
image: 8.1-zts-alpine3.21
3535
tags: |
36-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.1-zts
36+
ghcr.io/php-etl/php-grpc:8.1-zts
3737
3838
steps:
3939
- uses: actions/checkout@v2
@@ -74,11 +74,11 @@ jobs:
7474
- platform: 'linux/amd64,linux/arm64'
7575
image: 8.1-cli-alpine3.21
7676
tags: |
77-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.1-cli-xdebug
77+
ghcr.io/php-etl/php-grpc:8.1-cli-xdebug
7878
- platform: 'linux/amd64,linux/arm64'
7979
image: 8.1-zts-alpine3.21
8080
tags: |
81-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.1-zts-xdebug
81+
ghcr.io/php-etl/php-grpc:8.1-zts-xdebug
8282
8383
steps:
8484
- uses: actions/checkout@v2

.github/workflows/php82.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- platform: 'linux/amd64,linux/arm64'
3030
image: 8.2-cli-alpine3.21
3131
tags: |
32-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.2-cli
32+
ghcr.io/php-etl/php-grpc:8.2-cli
3333
- platform: 'linux/amd64,linux/arm64'
3434
image: 8.2-zts-alpine3.21
3535
tags: |
36-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.2-zts
36+
ghcr.io/php-etl/php-grpc:8.2-zts
3737
3838
steps:
3939
- uses: actions/checkout@v2
@@ -74,11 +74,11 @@ jobs:
7474
- platform: 'linux/amd64,linux/arm64'
7575
image: 8.2-cli-alpine3.21
7676
tags: |
77-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.2-cli-xdebug
77+
ghcr.io/php-etl/php-grpc:8.2-cli-xdebug
7878
- platform: 'linux/amd64,linux/arm64'
7979
image: 8.2-zts-alpine3.21
8080
tags: |
81-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.2-zts-xdebug
81+
ghcr.io/php-etl/php-grpc:8.2-zts-xdebug
8282
8383
steps:
8484
- uses: actions/checkout@v2

.github/workflows/php83.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- platform: 'linux/amd64,linux/arm64'
3030
image: 8.3-cli-alpine3.21
3131
tags: |
32-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.3-cli
32+
ghcr.io/php-etl/php-grpc:8.3-cli
3333
- platform: 'linux/amd64,linux/arm64'
3434
image: 8.3-zts-alpine3.21
3535
tags: |
36-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.3-zts
36+
ghcr.io/php-etl/php-grpc:8.3-zts
3737
3838
steps:
3939
- uses: actions/checkout@v2
@@ -74,11 +74,11 @@ jobs:
7474
- platform: 'linux/amd64,linux/arm64'
7575
image: 8.3-cli-alpine3.21
7676
tags: |
77-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.3-cli-xdebug
77+
ghcr.io/php-etl/php-grpc:8.3-cli-xdebug
7878
- platform: 'linux/amd64,linux/arm64'
7979
image: 8.3-zts-alpine3.21
8080
tags: |
81-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.3-zts-xdebug
81+
ghcr.io/php-etl/php-grpc:8.3-zts-xdebug
8282
8383
steps:
8484
- uses: actions/checkout@v2

.github/workflows/php84.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- platform: 'linux/amd64,linux/arm64'
3030
image: 8.4-cli-alpine3.21
3131
tags: |
32-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.4-cli
32+
ghcr.io/php-etl/php-grpc:8.4-cli
3333
- platform: 'linux/amd64,linux/arm64'
3434
image: 8.4-zts-alpine3.21
3535
tags: |
36-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.4-zts
36+
ghcr.io/php-etl/php-grpc:8.4-zts
3737
3838
steps:
3939
- uses: actions/checkout@v2
@@ -74,11 +74,11 @@ jobs:
7474
- platform: 'linux/amd64,linux/arm64'
7575
image: 8.4-cli-alpine3.21
7676
tags: |
77-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.4-cli-xdebug
77+
ghcr.io/php-etl/php-grpc:8.4-cli-xdebug
7878
- platform: 'linux/amd64,linux/arm64'
7979
image: 8.4-zts-alpine3.21
8080
tags: |
81-
${{ env.REGISTRY }}/${{ github.repository_owner }}/php-grpc:8.4-zts-xdebug
81+
ghcr.io/php-etl/php-grpc:8.4-zts-xdebug
8282
8383
steps:
8484
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)