-
Notifications
You must be signed in to change notification settings - Fork 13
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
V1.x Release #117
Comments
So,
![]() It doesn't make sense as the script is running the same command , albeit with a different tag, each time https://github.com/pact-foundation/pact-ruby-cli/blob/master/script/release-workflow/docker-push.sh |
Right, so it doesn't look like the version increment is considered in this release workflow, so regardless of the user input, its defaulting to
How should we compute the Docker tag version? Should we record all the changes, simply, in the pact cli gem version?
|
hmm snags.
do we want something like
in and commit back the updated versions, as part of the docker release, which will catch docker release changes, and also releases triggered by gem updates |
also wat?! These were the same codebases albeit in different forks. - still not publishing multi manifests correctly ![]() but did on the fork see #117 (comment) |
Published 0.56.0.5 and oddly, one of the pushes gets associated with @bethesque account, but the other two which are published linux/amd64 only are associated with the pactfoundation account. This doesn't really make sense, as there is only one set of credentials (DOCKERHUB_USERNAME and DOCKERHUB_TOKEN which are set at the pactfoundation org level, so not sure why Beth's account is being picked up here) I tested out again on my fork, but forget there was a hard-coded org name, so I published to the pact-foundation account. This has published the multi-manifests across all builds, with no other code changes. Could it be that we just need to update the org wide docker account and token in gh actions. Such confuse 😬 |
I'm as confused as you are, if not more. |
Hey all,
Just to let you know we will be promoting to a V1.x release very shortly,
It will do the following at the moment
-latest
suffix from images, and produce multi-arch images against thelatest
taglatest
flag without having to force alinux/amd64
platform. Remove the-multi
tag from cross-platform images #116The text was updated successfully, but these errors were encountered: