faasd icon indicating copy to clipboard operation
faasd copied to clipboard

Verify docker-compose images

Open nitishkumar71 opened this issue 3 years ago • 1 comments

Signed-off-by: Nitishkumar Singh [email protected]

Validate images in docker-compose.yaml

Signed-off-by: Nitishkumar Singh [email protected]

Description

Create a github workflow which will get trigger on changes in yaml file within project and validate images in the docker-compose.yaml file.

Motivation and Context

  • [x] I have raised an issue to propose this change this is required This change will help in validating images availability before changes get merged in master Closes #302

How Has This Been Tested?

https://github.com/nitishkumar71/faasd/actions/runs/3026828956

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

Commits:

  • [x] I've read the CONTRIBUTION guide
  • [x] My commit message has a body and describe how this was tested and why it is required.
  • [x] I have signed-off my commits with git commit -s for the Developer Certificate of Origin (DCO)

Code:

  • [x] My code follows the code style of this project.
  • [ ] I have added tests to cover my changes.

Docs:

  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.

nitishkumar71 avatar Sep 10 '22 05:09 nitishkumar71

The current change trigger was not working for file name, hence used **.yaml to trigger this for change in any yaml file within the project.

nitishkumar71 avatar Sep 10 '22 05:09 nitishkumar71