Skip to content

Commit

Permalink
Fix repo name in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Apr 4, 2024
1 parent b8a677b commit debdb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Determine tags
run: |
DOCKERHUB_REPO="${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.REPO }}"
DOCKERHUB_REPO="${{ secrets.DOCKERHUB_USERNAME }}/${{ fromJSON('["' + join('","', split(github.repository, '/')) + '"]')[1] }}"
RELEASE_TAG="${{ github.event.release.tag_name }}"
INPUT_TAG="${{ github.event.inputs.tag }}"
Expand Down

0 comments on commit debdb76

Please sign in to comment.