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
@@ -81,10 +81,10 @@ jobs:
8181 bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_major.outputs.contents }}
8282 bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_minor.outputs.contents }}
8383 bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version.outputs.contents }}
84- ghcr .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}
85- ghcr .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_major.outputs.contents }}
86- ghcr .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_minor.outputs.contents }}
87- ghcr .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version.outputs.contents }}
84+ quay .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}
85+ quay .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_major.outputs.contents }}
86+ quay .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version_minor.outputs.contents }}
87+ quay .io/bfren/apache:apache${{ steps.apache_revision.outputs.contents }}-alpine${{ matrix.alpine }}-${{ steps.version.outputs.contents }}
8888 -
8989 name : Build and push default
9090 id : docker_build_default
@@ -104,10 +104,10 @@ jobs:
104104 bfren/apache:${{ steps.version_major.outputs.contents }}
105105 bfren/apache:${{ steps.version_minor.outputs.contents }}
106106 bfren/apache:${{ steps.version.outputs.contents }}
107- ghcr .io/bfren/apache:latest
108- ghcr .io/bfren/apache:${{ steps.version_major.outputs.contents }}
109- ghcr .io/bfren/apache:${{ steps.version_minor.outputs.contents }}
110- ghcr .io/bfren/apache:${{ steps.version.outputs.contents }}
107+ quay .io/bfren/apache:latest
108+ quay .io/bfren/apache:${{ steps.version_major.outputs.contents }}
109+ quay .io/bfren/apache:${{ steps.version_minor.outputs.contents }}
110+ quay .io/bfren/apache:${{ steps.version.outputs.contents }}
111111 -
112112 name : Image digest
113113 run : echo ${{ steps.docker_build.outputs.digest }}
0 commit comments