Skip to content

Commit 1946853

Browse files
ChristineWCigboyes
authored andcommitted
ci: stop publishing image to dockerhub
1 parent 001d7e7 commit 1946853

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@ env:
88
REGISTRY: ghcr.io
99

1010
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-
with:
25-
push: true
26-
tags: virtool/pathoscope:${{ github.event.release.tag_name }}
27-
target: "base"
2811
ghcr:
2912
runs-on: ubuntu-22.04
3013
permissions:

0 commit comments

Comments
 (0)