diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 8ff48cac..8f39053f 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -46,6 +46,3 @@ jobs: cache-to: type=gha,mode=max,scope=nginx primaryTag: ghcr.io/automattic/vip-container-images/nginx:${{ steps.getversion.outputs.version }} tags: ghcr.io/automattic/vip-container-images/nginx:latest - registry: https://ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/photon.yml b/.github/workflows/photon.yml index 63823277..38a968fd 100644 --- a/.github/workflows/photon.yml +++ b/.github/workflows/photon.yml @@ -41,6 +41,3 @@ jobs: cache-from: type=gha,scope=photon cache-to: type=gha,mode=max,scope=photon primaryTag: ghcr.io/automattic/vip-container-images/photon:latest - registry: https://ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/php-fpm.yml b/.github/workflows/php-fpm.yml index 9d50d96d..8beae6e4 100644 --- a/.github/workflows/php-fpm.yml +++ b/.github/workflows/php-fpm.yml @@ -57,6 +57,3 @@ jobs: cache-to: type=gha,mode=max,scope=php-fpm-${{ matrix.php.suffix }} primaryTag: ghcr.io/automattic/vip-container-images/php-fpm:${{ matrix.php.name }} tags: ghcr.io/automattic/vip-container-images/php-fpm-alt:${{ matrix.php.name }} - registry: https://ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 78621f9a..3e58735c 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -75,6 +75,3 @@ jobs: no-cache: ${{ matrix.wp.cacheable == false }} primaryTag: ghcr.io/automattic/vip-container-images/wordpress:${{ matrix.wp.tag }} tags: ${{ steps.extra-tags.outputs.tags }} - registry: https://ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }}