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

Build a push images from Github Actions #9

Open
fmasa opened this issue Sep 12, 2021 · 0 comments
Open

Build a push images from Github Actions #9

fmasa opened this issue Sep 12, 2021 · 0 comments

Comments

@fmasa
Copy link
Owner

fmasa commented Sep 12, 2021

Right now I build and push Docker images via build_and_push.sh script manually. We could not use Docker Hub webhook, because there are dependencies between images and Docker Hub ran image builds out of order (i.e. fmasa/lebeda:7.4-ci which depends on fmasa/lebeda:7.4 was built before this image)

Now we can use Github Actions to build the Docker images in correct order.

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

1 participant