1515 steps :
1616 -
1717 name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 -
2020 name : Get repository name
2121 run : echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
@@ -57,12 +57,12 @@ jobs:
5757 username : ${{ secrets.DOCKERHUB_USERNAME }}
5858 password : ${{ secrets.DOCKERHUB_TOKEN }}
5959 -
60- name : Login to GitHub Container Registry
60+ name : Login to Quay.io Container Registry
6161 uses : docker/login-action@v3
6262 with :
63- registry : ghcr .io
63+ registry : quay .io
6464 username : ${{ github.repository_owner }}
65- password : ${{ secrets.GITHUB_TOKEN }}
65+ password : ${{ secrets.QUAY_TOKEN }}
6666 -
6767 name : Build and push
6868 id : docker_build
@@ -83,12 +83,12 @@ jobs:
8383 bfren/nginx-php:php${{ matrix.php }}-${{ steps.version.outputs.contents }}
8484 bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}
8585 bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}-${{ steps.version.outputs.contents }}
86- ghcr .io/bfren/nginx-php:php${{ matrix.php }}
87- ghcr .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}
88- ghcr .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version_minor.outputs.contents }}
89- ghcr .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version.outputs.contents }}
90- ghcr .io/bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}
91- ghcr .io/bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}-${{ steps.version.outputs.contents }}
86+ quay .io/bfren/nginx-php:php${{ matrix.php }}
87+ quay .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}
88+ quay .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version_minor.outputs.contents }}
89+ quay .io/bfren/nginx-php:php${{ matrix.php }}-${{ steps.version.outputs.contents }}
90+ quay .io/bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}
91+ quay .io/bfren/nginx-php:php${{ steps.php_revision.outputs.contents }}-${{ steps.version.outputs.contents }}
9292 -
9393 name : Image digest
9494 run : echo ${{ steps.docker_build.outputs.digest }}
0 commit comments