Skip to content

Commit

Permalink
ci: stop publishing image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineWC authored and igboyes committed Apr 11, 2023
1 parent 9acee17 commit 16b5d79
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16b5d79

Please sign in to comment.