Skip to content

Commit

Permalink
ci: remove fields with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 31, 2023
1 parent 159b7f8 commit e7f7291
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions .github/workflows/photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions .github/workflows/php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e7f7291

Please sign in to comment.