X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1c051f32360fe3860cd9d83fcc955ee5cac19653..960f2a2f503a69b1168cda97e24d4fdd999fdde0:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index cb55b9b99..95cbdc878 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -84,6 +84,7 @@ jobs: - php-apache - php-fpm - planet + - planet-aws - planet-current - planet-dump - planet-notes @@ -129,7 +130,7 @@ jobs: fail-fast: false steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}