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
@@ -69,12 +69,12 @@ jobs:
6969 username : ${{ secrets.DOCKERHUB_USERNAME }}
7070 password : ${{ secrets.DOCKERHUB_TOKEN }}
7171 -
72- name : Login to GitHub Container Registry
72+ name : Login to Quay.io Container Registry
7373 uses : docker/login-action@v3
7474 with :
75- registry : ghcr .io
75+ registry : quay .io
7676 username : ${{ github.repository_owner }}
77- password : ${{ secrets.GITHUB_TOKEN }}
77+ password : ${{ secrets.QUAY_TOKEN }}
7878 -
7979 name : Build and push
8080 id : docker_build
@@ -98,15 +98,15 @@ jobs:
9898 bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}
9999 bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}-${{ steps.version.outputs.contents }}
100100 bfren/wordpress:php${{ steps.php_revision.outputs.contents }}
101- ghcr .io/bfren/wordpress:php${{ matrix.php }}
102- ghcr .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}
103- ghcr .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version_minor.outputs.contents }}
104- ghcr .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}
105- ghcr .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_minor.outputs.contents }}
106- ghcr .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
107- ghcr .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}
108- ghcr .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}-${{ steps.version.outputs.contents }}
109- ghcr .io/bfren/wordpress:php${{ steps.php_revision.outputs.contents }}
101+ quay .io/bfren/wordpress:php${{ matrix.php }}
102+ quay .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}
103+ quay .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version_minor.outputs.contents }}
104+ quay .io/bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}
105+ quay .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_minor.outputs.contents }}
106+ quay .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
107+ quay .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}
108+ quay .io/bfren/wordpress:php${{ matrix.php }}-wp${{ steps.wp_version.outputs.contents }}-${{ steps.version.outputs.contents }}
109+ quay .io/bfren/wordpress:php${{ steps.php_revision.outputs.contents }}
110110 -
111111 name : Image digest
112112 run : echo ${{ steps.docker_build.outputs.digest }}
0 commit comments