Skip to content

Commit

Permalink
Merge pull request #56 from ScilifelabDataCentre/no-dockerhub
Browse files Browse the repository at this point in the history
Remove Dockerhub
  • Loading branch information
talavis authored Jun 2, 2023
2 parents 44d7b40 + 108d179 commit f0324e8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
include:
- dockerfile: Dockerfiles/Dockerfile.backend
images: |
docker.io/scilifelabdatacentre/menu-backend
ghcr.io/scilifelabdatacentre/menu-backend
- dockerfile: Dockerfiles/Dockerfile.frontend
images: |
docker.io/scilifelabdatacentre/menu-frontend
ghcr.io/scilifelabdatacentre/menu-frontend
permissions:
contents: read
Expand All @@ -44,13 +42,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
# only needed when publishing to Dockerhub
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
# available in scilifelabdatacentre, ask admin for help
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# only needed when publishing to Github (ghcr.io)
- name: Log in to Github Container Repository
uses: docker/login-action@v2
Expand Down

0 comments on commit f0324e8

Please sign in to comment.