Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devops: align release publishing of docker image with dev releases #3725

Conversation

aslushnikov
Copy link
Contributor

This patch starts using the same approach to docker publishing that we
currently use to publish canary docker images.

docker tag playwright:localbuild playwright.azurecr.io/public/playwright:${TAG_NAME}
docker rmi playwright:localbuild
# push image to registry
docker push playwright.azurecr.io/public/playwright:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are only tagging the latest/bionic/v1.30 and not pushing all of them it will result that only latest (playwright.azurecr.io/public/playwright:latest) gets updated on the Docker registry. Is this intended?

(You would need to add two more docker push calls then for the other tags)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that's right! I think we can push the repo itself and it'll push all the tags. Let's try on the dev release first.

@aslushnikov aslushnikov force-pushed the devops-align-release-process-for-dev-and-release-docker-images branch from 86d584d to 767cdcd Compare September 2, 2020 18:39
This patch starts using the same approach to docker publishing that we
currently use to publish canary docker images.
@aslushnikov aslushnikov force-pushed the devops-align-release-process-for-dev-and-release-docker-images branch from 767cdcd to 09a83a0 Compare September 3, 2020 01:05
@aslushnikov aslushnikov merged commit 84a0066 into microsoft:master Sep 3, 2020
@aslushnikov aslushnikov deleted the devops-align-release-process-for-dev-and-release-docker-images branch September 3, 2020 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants