Skip to content

Commit

Permalink
ci: don't publish to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Oct 12, 2024
1 parent b11d529 commit 05f19b8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Authenticate with Docker Hub and GHCR
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# Authenticate with GHCR
- name: Login to Github Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -108,7 +102,6 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
docker.io/${{ steps.export.outputs.tag }}
ghcr.io/${{ steps.export.outputs.tag }}
# Build crate image
Expand Down

0 comments on commit 05f19b8

Please sign in to comment.