Skip to content

Commit

Permalink
move ghcr to actions/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Sep 5, 2024
1 parent ff9d1a9 commit 394c132
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# if: needs.release_tag.outputs.skipped == 'false'
needs: release_tag
name: docker_image_deeprank2
uses: ./.github/workflows/_ghcr.yml
uses: ./.github/actions/ghcr.yml
with:
ghcr_user: ${{github.actor}}
base_image_name: ghcr.io/deeprank/deeprank2
Expand Down

0 comments on commit 394c132

Please sign in to comment.