Skip to content

Commit

Permalink
Change username and default image name
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardob90 committed Jul 5, 2023
1 parent f920d8e commit 979f271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ github.repository_owner }}
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY: "ghcr.io"
IMAGE_NAME: ${{ github.repository }}

0 comments on commit 979f271

Please sign in to comment.