Update build workflow naming
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
elif [ "${{ github.ref }}" == "refs/heads/development" ]; then
|
elif [ "${{ github.ref }}" == "refs/heads/development" ]; then
|
||||||
IMAGE_TAG="development-latest"
|
IMAGE_TAG="development-latest"
|
||||||
else
|
else
|
||||||
IMAGE_TAG="${{ github.ref_name }}-development-latest"
|
IMAGE_TAG="${{ github.ref_name }}"
|
||||||
fi
|
fi
|
||||||
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
|
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user