From 2291db669cc9a1c7bd6a0fef507b9e6c1fb25b1e Mon Sep 17 00:00:00 2001 From: christinewc Date: Tue, 11 Apr 2023 11:27:14 -0700 Subject: [PATCH] ci: stop publishing image to dockerhub --- .github/workflows/publish.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ada36b4..5fcee09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,21 +8,6 @@ env: REGISTRY: ghcr.io jobs: - dockerhub: - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Login - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and Push - uses: docker/build-push-action@v4 - with: - push: true - tags: virtool/build-index:${{ github.event.release.tag_name }} ghcr: runs-on: ubuntu-22.04 permissions: