Skip to content

Commit

Permalink
fix base_image_name
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Sep 4, 2024
1 parent 4547855 commit f01cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: ./.github/workflows/_ghcr.yml
with:
ghcr_user: ${{github.actor}}
base_image_name: ghcr.io/deeprank/deeprank2
base_image_name: ghcr.io/DeepRank/deeprank2
image_tag: ${{needs.release_tag.outputs.tag}}
dockerfile: ./Dockerfile
docker_context: .
Expand Down

0 comments on commit f01cfc3

Please sign in to comment.