This is repository is a collection of reusable workflow, dedicated to Docker, used by the GT's GitHub Actions jobs.
- Build Docker images
- Support container structure tests
- Push image to AWS ECR
- Configure AWS Creds & ECR Registry
- Used to define full
target
name and push image to AWS ECR
- Used to define full
docker build
image withlatest
andGIT_SHA
tags- [Optionnal] test image with
container-structure-test
for bothlatest
andGIT_SHA
tags (requires config file) - [Optionnal] push both
latest
andGIT_SHA
tags for the built image