Skip to content

Commit

Permalink
chore(CI): Remove Docker Hub because of its slow upload speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 28, 2023
1 parent ff05cc3 commit eec7e26
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/whisperx,ghcr.io/${{ github.repository_owner }}/whisperx
images: ghcr.io/${{ github.repository_owner }}/whisperx
flavor: |
latest=true
prefix=
Expand All @@ -47,16 +47,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Create a Access Token and save it as as Actions secret
# https://hub.docker.com/settings/security
# DOCKERHUB_USERNAME
# DOCKERHUB_TOKEN
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# Create a Access Token with `read:packages` and `write:packages` scopes
# CR_PAT
- name: Login to GitHub Container Registry
Expand Down Expand Up @@ -130,7 +120,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/whisperx,ghcr.io/${{ github.repository_owner }}/whisperx
images: ghcr.io/${{ github.repository_owner }}/whisperx
flavor: |
latest=false
prefix=
Expand All @@ -141,16 +131,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Create a Access Token and save it as as Actions secret
# https://hub.docker.com/settings/security
# DOCKERHUB_USERNAME
# DOCKERHUB_TOKEN
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# Create a Access Token with `read:packages` and `write:packages` scopes
# CR_PAT
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit eec7e26

Please sign in to comment.