Skip to content

Commit

Permalink
[DRH-100] Trying again ...
Browse files Browse the repository at this point in the history
  • Loading branch information
reutenauer committed Jul 4, 2023
1 parent 62cd0db commit 59124e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- 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 }}
# # - 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 59124e5

Please sign in to comment.