Docker release task for latest tags#4810
Conversation
…ker image to be built again Signed-off-by: Jason Frame <jason.frame@consensys.net>
…r tasks Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
This reverts commit 2c1af25. Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
|
This is a different approach, but certainly viable. Using this release action, we would still require a build to be run and the release tag to be applied so that it can be promoted. The previous approach allowed for promoting a snapshot. Both approaches allow us to iterate on an image and defer application of the |
This approach doesn't require a build to be run. It does a docker pull to retrieve the image on the docker registry before applying the tags and pushing them. But it wouldn't work on promoting a snapshot we can't identity a specific build for the snapshot. So using the sha would be a benefit if wanted to keep that ability. |
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net> Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
Signed-off-by: Jason Frame <jason.frame@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Jason Frame <jason.frame@consensys.net> Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Jason Frame <jason.frame@consensys.net>
PR description
Expands the github release workflow to support adding the latest tags for all the docker variants and architectures.
Fixed Issue(s)
Documentation
doc-change-requiredlabel to this PR ifupdates are required.
Changelog