Skip to content

Commit

Permalink
ci: Remove Quay
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 21, 2023
1 parent 07edf87 commit 609952f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 609952f

Please sign in to comment.