-
Notifications
You must be signed in to change notification settings - Fork 499
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
Automated Docker builds don't appear to be triggering #474
Comments
Hey @jcormier . Turns out docker has disabled automated builds for free accounts. |
@sameersbn migration to github tasks is the solution. and push it from there to docker and github registry. |
@sameersbn we need 2 values configured as secrets so that i can enable pushing to the docker registry when ever something hits master so everything should be tested before it hits master The login-action options required for Docker Hub are: username and password: This is your Docker Hub username and password. We recommend storing your Docker Hub username and password as secrets so they aren't exposed in your workflow file. For more information, see "Creating and using encrypted secrets." https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets it would be best if you would create them with that names
|
Can the github workflow trigger on pushed tags like how the old docker builds worked? This allows building tagged docker images and support updates to older redmine versions. It also triggered on pushes to master which got labeled as :latest |
@jcormier at present i did configure it to trigger build push on github release creation that is maybe the most easy flow and matches the old one? |
Add okay that should work fine. Thanks. |
@sameersbn Looks like you build and pushed 4.1.4 and 4.2.2 today? Are these automated? Any info on how you've set it up if so? |
Hey. Since I was unable to find the time to work on the automation I manually built and pushed the images. |
@sameersbn Could you please also push 4.2.2-1 to docker? |
@sameersbn Could you please also push 4.2.3 to docker? |
Also 4.1.5 |
Hey folks, sorry about this. Pushed the following tags
|
#488 Request to push 4.2.3-1 |
working in the releases... |
✅ sameersbn/redmine:4.2.3-1 |
#491 implements gh actions for building docker images when commits occur on the master branch and when new tags are created. Additionally the tags are published to docker.io, quay.io and ghcr.io (which will show up under Sorry about the delay in getting this done. |
This is great, thanks |
Tried delete pushing the 4.1.6 tag and repushing. Build didn't trigger. Then created a new tag 4.1.6-1 and pushed tag but build didn't trigger.
|
Tried switching to triggering on releases but the release for 4.1.6-1 didn't trigger a github action... |
@sameersbn Could you manually trigger build for 4.1.6-1 and 4.2.4 |
@jcormier can you define the final behavior that you want and i simply integrate it simply only tell me the commands that should lead to a release and i integrate it. on release? any way i will simply move this repo over to my organisation @dockerimages/docker-redmine and will configure automated builds from there we got no need to publish it under the sameersbn namespace. on dockerhub |
@jcormier 4.1.6-1 is not semver compatible! semver allows only chars after the - not digits!4.1.6-pre0 would be valid but there must be a char after - |
Sorry about the delay. I'm taking a look. From my initial tests the builds
should have triggered
…On Thu, Mar 24, 2022, 12:41 PM Frank Lemanschik ***@***.***> wrote:
@jcormier <https://github.com/jcormier> 4.1.6-1 is not semver compatible!
semver allows only chars after the - not digits!4.1.6-pre0 would be valid
but there must be a char after -
—
Reply to this email directly, view it on GitHub
<#474 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADEEIZ6A76XEQQHFLK4PU3VBQIRJANCNFSM5BPJTBRA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@frank-dspeed is right. the tags need to be semver compatible. so I propose using |
there were a couple of issues:
I have fixed the above issues and created the tag |
i can see the tags are now built and also available on the github releases page https://github.com/sameersbn/docker-redmine/pkgs/container/redmine. Again.. sorry about the delay. |
@jcormier invited you as admin jcormier has been added as a collaborator with admin permissions on the repository. https://github.com/dockerimages/docker-redmine i will configure now automated publishing and will integrate the rest of my stashed changes directly we will produce the best redmine image ever and will automate the maintainance. we will publish it https://hub.docker.com/u/dockerimages/redmine |
@sameersbn is a busy guy so I see the value in having a shared repo where more of us have admin rights to keep things working. Though getting people to move over will be a bit bumpy.
Any large structural changes I'd like a chance to look over before it makes it into master. I don't have a large amount of time to redesign the project or anything. |
P.s. i will check if the sameersbn project can be converted to a org. So
possibly it should handle the multiple admins requirements
…On Thu, Mar 24, 2022, 7:16 PM jcormier ***@***.***> wrote:
@jcormier <https://github.com/jcormier> invited you as admin jcormier has
been added as a collaborator with admin permissions on the repository.
https://github.com/dockerimages/docker-redmine
@sameersbn <https://github.com/sameersbn> is a busy guy so I see the
value in having a shared repo where more of us have admin rights to keep
things working. Though getting people to move over will be a bit bumpy.
i will configure now automated publishing and will integrate the rest of
my stashed changes directly we will produce the best redmine image ever and
will automate the maintainance. we will publish it
https://hub.docker.com/u/dockerimages/redmine
Any large structural changes I'd like a chance to look over before it
makes it into master. I don't have a large amount of time to redesign the
project or anything.
—
Reply to this email directly, view it on GitHub
<#474 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADEEI3JTC5MUE2WCLTQKMLVBRW2NANCNFSM5BPJTBRA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@sameersbn you can have my "dockerimages" org if you like i had never the time and contributors to maintain all that. |
Closed by #498 and in Favor of |
@sameersbn Could you check to see if something needs attention?
Tag 4.1.4 and 4.2.2 don't appear to have triggered a build.
The text was updated successfully, but these errors were encountered: