Skip to content

Commit

Permalink
ci: Remove DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 21, 2023
1 parent a390f91 commit 07edf87
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
- name: BuildKit
uses: docker/setup-buildx-action@v1

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Login to GHCR
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -67,8 +61,6 @@ jobs:
BUILD_DATE=${{ steps.current-time.outputs.time }}
COMMIT_SHA=${{ github.sha }}
tags: |
docker.io/aw1cks/openconnect:latest
docker.io/aw1cks/openconnect:${{ github.sha }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }}
quay.io/aw1cks/openconnect:latest
Expand Down

0 comments on commit 07edf87

Please sign in to comment.