Skip to content
Snippets Groups Projects
Unverified Commit 4430446c authored by Diego Sampaio's avatar Diego Sampaio
Browse files

ci: fix rename Docker image

parent 60086744
No related branches found
No related tags found
No related merge requests found
......@@ -399,11 +399,11 @@ jobs:
IMAGE_NAME_BASE="ghcr.io/${LOWERCASE_REPOSITORY}/rocket.chat:${DOCKER_TAG}"
echo "Push Docker image: ${IMAGE_NAME_BASE}"
docker tag ${IMAGE_NAME_BASE}.${{matrix.platform}} $IMAGE_NAME_BASE
docker tag ${IMAGE_NAME_BASE}-${{matrix.platform}} $IMAGE_NAME_BASE
docker push $IMAGE_NAME_BASE
echo "Push Docker image: ${IMAGE_NAME_BASE}.official"
docker tag ${IMAGE_NAME_BASE}.${{matrix.platform}} ${IMAGE_NAME_BASE}.official
docker tag ${IMAGE_NAME_BASE}-${{matrix.platform}} ${IMAGE_NAME_BASE}.official
docker push ${IMAGE_NAME_BASE}.official
checks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment