From 48d0134748f5ec432837a72719e7b70cd1aca756 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 4 Jul 2025 13:45:12 +0100 Subject: [PATCH] Drop docker hub login from test workflow --- .github/workflows/test-kitchen.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 06df432d3..b80d0d56e 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -240,12 +240,6 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - if: github.repository == 'openstreetmap/chef' && github.event_name != 'pull_request' - name: Check out code uses: actions/checkout@v4 - name: Setup ruby -- 2.39.5