Commit Graph

4 Commits

Author SHA1 Message Date
Darragh Bailey
2444889155 Replace use of secret for org name (#1662)
Rely on whether docker username/token is available to publish the image
to docker hub only and discard use of the secret for the org name.

Ensure org name is normalized for dockerhub.
2022-11-04 17:03:15 +00:00
Darragh Bailey
e34a791b5b Attempt to passing multiple lines via env context (#1661) 2022-11-04 14:43:33 +00:00
Darragh Bailey
6109957d50 Attempt to treat image names as text block (#1659)
Passing the image names directly to an input variable appears to result
in encoding the newline intended to provide a second name to be built
and have tags appended.
2022-11-04 14:02:33 +00:00
Darragh Bailey
b709758c00 Publish docker image to github packages for PRs (#1646)
Publish images built from PRs to the github container registry to
provide a
simple way to test changes made by being able to pull the built
container.
2022-11-03 14:49:55 +00:00