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 8e5d5d0 commit 2291db6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2291db6

Please sign in to comment.