We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Yes, it is possible to. Make matrix with Phalcon version dynamic.
Jeckerson
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: