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

Possibly automate version builds #6

Open
niden opened this issue Oct 29, 2022 · 2 comments
Open

Possibly automate version builds #6

niden opened this issue Oct 29, 2022 · 2 comments
Assignees

Comments

@niden
Copy link
Member

niden commented Oct 29, 2022

I am not sure if this is feasible.

For now, the dockerfiles contain the version of Phalcon in a variable

ARG PHALCON_VERSION=5.0.4

I am wondering if there is a way to change that and thus initiate a build whenever we release in the main repository.

@MilesChou
Copy link
Contributor

It's possible for Automatic build In Docker Hub, it's can trigger by tag and pass the tag as build arg. But Automatic build is non-free.

At GitHub Action, maybe this article can help us. Use the GitHub API.

@Jeckerson
Copy link
Member

Yes, it is possible to. Make matrix with Phalcon version dynamic.

@Jeckerson Jeckerson self-assigned this Oct 30, 2022
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

No branches or pull requests

3 participants