We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001d7e7 commit 1946853Copy full SHA for 1946853
.github/workflows/publish.yml
@@ -8,23 +8,6 @@ env:
8
REGISTRY: ghcr.io
9
10
jobs:
11
- dockerhub:
12
- name: dockerhub
13
- runs-on: ubuntu-22.04
14
- steps:
15
- - name: Checkout
16
- uses: actions/checkout@v3
17
- - name: Login
18
- uses: docker/login-action@v2
19
- with:
20
- username: ${{ secrets.DOCKERHUB_USERNAME }}
21
- password: ${{ secrets.DOCKERHUB_TOKEN }}
22
- - name: Build and Push
23
- uses: docker/build-push-action@v4
24
25
- push: true
26
- tags: virtool/pathoscope:${{ github.event.release.tag_name }}
27
- target: "base"
28
ghcr:
29
runs-on: ubuntu-22.04
30
permissions:
0 commit comments