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
Since Docker Hub isn't usable for free anymore, we need to build docker images using Github Actions
The text was updated successfully, but these errors were encountered:
@OskarStark I've never used Github Actions (but gitlab-ci), could you please help me with this? Any hints for me?
Docker Images should build like this:
thumbor:7.0.1
thumbor:7-slim
thumbor:latest
thumbor-fundamentals:7.0.1
thumbor-fundamentals:latest
thumbor:7.0.1-alpine
thumbor:7-alpine
Whereas "7.0.1" above relates to a release tag
Sorry, something went wrong.
Maybe this helps?
https://github.com/exozet/docker-php-fpm/blob/release/8.1/.github/workflows/ci.yml
No branches or pull requests
Since Docker Hub isn't usable for free anymore, we need to build docker images using Github Actions
The text was updated successfully, but these errors were encountered: