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: