From 16b5d7901bb0abc59bb992f84d5029574cd69e17 Mon Sep 17 00:00:00 2001 From: christinewc Date: Tue, 11 Apr 2023 11:41:23 -0700 Subject: [PATCH] ci: stop publishing image to dockerhub --- .github/workflows/publish.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 504422e..2ca7e19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,22 +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/nuvs:${{ github.event.release.tag_name }} - ghcr: runs-on: ubuntu-22.04 permissions: