Relative Content

Tag Archive for githubcontinuous-integrationgithub-actionscicdcontinuous-delivery

How can I create a multi-job GitHub Actions workflow with secrets?

I would like to create a multi-job GitHub Actions workflow to lint and test my python code, lint my Dockerfile, then build and push my docker image to my Docker Hub only if the pytest, pylint, and hadolint workflows finish successfully. I managed to do this in a single job using the following workflow: