I would like to semantic versioning my docker images which are built and pushed to GitHub Container Registry by the GitHub Action. I found a satisfying solution
I have a CI variable that I would like to use within my docker file. I have tried to include it such as ENV TESTING_UNIT=$TESTING_ID
Goal: I want to programmatically update the versions of Swift Packages consumed by a sample project. Problem: Xcode > 11 offers a menu option: File &
I have worked with Jenkins before. But we moved to GoCD now. I want to run a simple Maven project periodically for regression testing purposes.
I have around 10 individual micro-services which are mostly cloud functions for various data processing jobs, which all live in a single github repository. The
I want to execute a python script to set some environment variables in GitHub actions. I want to use those environment variables later in my GitHub actions step
This is the issue that I am facing when running the command npm ci to install dependencies in my GitHub Action file. I am working on an expo managed app and usi
We have a continuously growing collection of Gitlab CI variables (around 40-50) in our current project. All these variables are used during our CI/CD pipeline a
I have built a Micronaut application which so far has not had any CI pipeline. All builds work flawlessly on all developer computers, but I can't for the life o