Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcev committed Aug 19, 2024
1 parent 6ca51e1 commit 175450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: set docker image name with tag
run: |
ARTIFACT_WITH_TAG=$(echo ${{ needs.cfg.outputs.artifact-name }} | sed 's/-/:/' )
ARTIFACT_WITH_TAG="echo ${ARTIFACT_WITH_TAG%.*}"
ARTIFACT_WITH_TAG=${ARTIFACT_WITH_TAG%.*}
echo "CONTAINER_IMAGE_PATH=${{ vars.DOCKERHUB_USERNAME }}/$ARTIFACT_WITH_TAG" >> $GITHUB_ENV
echo "docker image name:tag will be `$CONTAINER_IMAGE_PATH`"
Expand Down

0 comments on commit 175450e

Please sign in to comment.