File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - platform : ' linux/amd64,linux/arm64'
2929 image : 8.1-cli-alpine3.21
3030 tags : |
31- ghcr.io/php-etl /php-grpc:8.1-cli
31+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.1-cli
3232 - platform : ' linux/amd64,linux/arm64'
3333 image : 8.1-zts-alpine3.21
3434 tags : |
35- ghcr.io/php-etl /php-grpc:8.1-zts
35+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.1-zts
3636
3737 steps :
3838 - uses : actions/checkout@v2
@@ -73,11 +73,11 @@ jobs:
7373 - platform : ' linux/amd64,linux/arm64'
7474 image : 8.1-cli-alpine3.21
7575 tags : |
76- ghcr.io/php-etl /php-grpc:8.1-cli-xdebug
76+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.1-cli-xdebug
7777 - platform : ' linux/amd64,linux/arm64'
7878 image : 8.1-zts-alpine3.21
7979 tags : |
80- ghcr.io/php-etl /php-grpc:8.1-zts-xdebug
80+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.1-zts-xdebug
8181
8282 steps :
8383 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - platform : ' linux/amd64,linux/arm64'
2929 image : 8.2-cli-alpine3.21
3030 tags : |
31- ghcr.io/php-etl /php-grpc:8.2-cli
31+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.2-cli
3232 - platform : ' linux/amd64,linux/arm64'
3333 image : 8.2-zts-alpine3.21
3434 tags : |
35- ghcr.io/php-etl /php-grpc:8.2-zts
35+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.2-zts
3636
3737 steps :
3838 - uses : actions/checkout@v2
@@ -73,11 +73,11 @@ jobs:
7373 - platform : ' linux/amd64,linux/arm64'
7474 image : 8.2-cli-alpine3.21
7575 tags : |
76- ghcr.io/php-etl /php-grpc:8.2-cli-xdebug
76+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.2-cli-xdebug
7777 - platform : ' linux/amd64,linux/arm64'
7878 image : 8.2-zts-alpine3.21
7979 tags : |
80- ghcr.io/php-etl /php-grpc:8.2-zts-xdebug
80+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.2-zts-xdebug
8181
8282 steps :
8383 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - platform : ' linux/amd64,linux/arm64'
2929 image : 8.3-cli-alpine3.21
3030 tags : |
31- ghcr.io/php-etl /php-grpc:8.3-cli
31+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.3-cli
3232 - platform : ' linux/amd64,linux/arm64'
3333 image : 8.3-zts-alpine3.21
3434 tags : |
35- ghcr.io/php-etl /php-grpc:8.3-zts
35+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.3-zts
3636
3737 steps :
3838 - uses : actions/checkout@v2
@@ -73,11 +73,11 @@ jobs:
7373 - platform : ' linux/amd64,linux/arm64'
7474 image : 8.3-cli-alpine3.21
7575 tags : |
76- ghcr.io/php-etl /php-grpc:8.3-cli-xdebug
76+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.3-cli-xdebug
7777 - platform : ' linux/amd64,linux/arm64'
7878 image : 8.3-zts-alpine3.21
7979 tags : |
80- ghcr.io/php-etl /php-grpc:8.3-zts-xdebug
80+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.3-zts-xdebug
8181
8282 steps :
8383 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - platform : ' linux/amd64,linux/arm64'
2929 image : 8.4-cli-alpine3.21
3030 tags : |
31- ghcr.io/php-etl /php-grpc:8.4-cli
31+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.4-cli
3232 - platform : ' linux/amd64,linux/arm64'
3333 image : 8.4-zts-alpine3.21
3434 tags : |
35- ghcr.io/php-etl /php-grpc:8.4-zts
35+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.4-zts
3636
3737 steps :
3838 - uses : actions/checkout@v2
@@ -73,11 +73,11 @@ jobs:
7373 - platform : ' linux/amd64,linux/arm64'
7474 image : 8.4-cli-alpine3.21
7575 tags : |
76- ghcr.io/php-etl /php-grpc:8.4-cli-xdebug
76+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.4-cli-xdebug
7777 - platform : ' linux/amd64,linux/arm64'
7878 image : 8.4-zts-alpine3.21
7979 tags : |
80- ghcr.io/php-etl /php-grpc:8.4-zts-xdebug
80+ ${{ env.REGISTRY }}/${{ github.repository_owner }} /php-grpc:8.4-zts-xdebug
8181
8282 steps :
8383 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments