зеркало из https://github.com/Azure/azure-saas.git
Merge pull request #189 from Azure/users/landonpierce/fixtypo
fix tag typo
This commit is contained in:
Коммит
7a7084007a
|
@ -40,7 +40,7 @@ jobs:
|
|||
IMAGE_PATH="${{inputs.image_repository}}/${{ inputs.image_to_push }}"
|
||||
IMAGE_TAG=$IMAGE_PATH:${{ inputs.tag_name }}
|
||||
# Make characters lowercase
|
||||
IMAGE_TAG=$(echo $GH_TAG | tr '[:upper:]' '[:lower:]')
|
||||
IMAGE_TAG=$(echo $IMAGE_TAG | tr '[:upper:]' '[:lower:]')
|
||||
echo "Tagging ${{ inputs.image_to_push }} with $IMAGE_TAG in GitHub Container Registry"
|
||||
docker tag ${{ inputs.image_to_push }} $IMAGE_TAG
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче