From 609952fdc1eaf19ef9ccf111802db13e021f1f93 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 21 Dec 2023 14:08:49 -0600 Subject: [PATCH] ci: Remove Quay --- .github/workflows/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02ba529..611b5b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,13 +40,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to quay.io - uses: docker/login-action@v1 - with: - registry: quay.io - username: ${{ secrets.QUAY_USERNAME }} - password: ${{ secrets.QUAY_TOKEN }} - - name: Get current time uses: 1466587594/get-current-time@v2 id: current-time @@ -63,8 +56,6 @@ jobs: tags: | ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ github.sha }} - quay.io/aw1cks/openconnect:latest - quay.io/aw1cks/openconnect:${{ github.sha }} - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}