Skip to content

Commit

Permalink
BUG: full repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Apr 1, 2024
1 parent bbd3e68 commit 03fe9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: set_tag
run: |
if [[ "${{ github.event_name }}" == "schedule" ]]; then
echo "IMAGE_TAG=nightly" >> $GITHUB_ENV
echo "IMAGE_TAG=antsx/antspy:nightly" >> $GITHUB_ENV
else
TAG=${{ steps.meta.outputs.tags }}
echo "IMAGE_TAG=${TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 03fe9e8

Please sign in to comment.