Skip to content

Commit

Permalink
debug dockerhub push
Browse files Browse the repository at this point in the history
  • Loading branch information
Barisevrenugur committed May 23, 2024
1 parent f26c07d commit 389f3fa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ jobs:
tag=v0.6.1
docker build -f container/Dockerfile -t hmritoolbox/hmri:v6.1 .
docker images
- name: Log in to GitHub Container Registry
# - name: Log in to GitHub Container Registry
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{secrets.RUN_HMRI_DOCKER}}
# password: ${{secrets.GITHUB_TOKEN }}
- name: Log in to Docker Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{secrets.RUN_HMRI_DOCKER}}
password: ${{secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUBUSERNAME }}
password: ${{ secrets.DOCKERTOKEN }}
- name: Deploy Container
run: |
docker image push hmritoolbox/hmri:v6.1

0 comments on commit 389f3fa

Please sign in to comment.