From 2d5be9174431b0806dd7403d4f2c373dff4faacb Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 13 Jul 2023 16:39:13 -0500 Subject: [PATCH] Try CI without container registry login --- .github/workflows/integration_tests.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index d5b6030d..1fa0978e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -39,13 +39,6 @@ jobs: key: ${{ runner.os }}-multi-buildx-${{ github.sha }} restore-keys: | ${{ runner.os }}-multi-buildx - - name: container-login - if: github.event_name != 'pull_request' - uses: docker/login-action@v1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - name: labels id: meta uses: docker/metadata-action@v3 @@ -94,13 +87,6 @@ jobs: key: ${{ runner.os }}-multi-buildx-${{ github.sha }} restore-keys: | ${{ runner.os }}-multi-buildx - - name: container-login - if: github.event_name != 'pull_request' - uses: docker/login-action@v1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - name: labels id: meta uses: docker/metadata-action@v3 @@ -156,12 +142,6 @@ jobs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - name: container-login - uses: docker/login-action@v1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - name: docker sommelier metadata id: meta-sommelier uses: docker/metadata-action@v3