Skip to content

Commit

Permalink
Fix release ci (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Dec 24, 2024
1 parent 1f6d450 commit 240c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
if: ${{ inputs.perform_release }}
env:
BUILD_VERSION: ${{ inputs.release_version }}
DOCKER_URL: ${{ env.DOCKERHUB_REPOSITORY }}
DOCKER_URL: ghcr.io/${{ env.DOCKERHUB_REPOSITORY }}
DOCKER_PUBLISH_LATEST_CONDITION: ${{ inputs.publish_latest_tag && format('--tag {0}:latest ',env.DOCKERHUB_REPOSITORY) || '' }}
run: |
pwd
Expand Down

0 comments on commit 240c16b

Please sign in to comment.