Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 20, 2024
1 parent 75d4b14 commit 9c96281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
vtk_version=$(cat versioning.hcl | grep vtk-version | cut -d "=" -f2)
vtk_version=$(echo $vtk_version | tr -d " " | tr -d "\"")
ACR_TAG=${{ inputs.actions-runner-version }}-vtk${vtk_version}
TAGLINE="[\"$ACR_TAG\",\"$TAGLINE\"]"
TAGLINE="[\"${{ env.IMAGE }}:$ACR_TAG\",\"$TAGLINE\"]"
fi
fi
echo "${{ inputs.target }}.tags=$TAGLINE" >> tag-publishing
Expand Down

0 comments on commit 9c96281

Please sign in to comment.