github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/jobs-services/example-2.yaml (about) 1 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices 2 3 jobs: 4 job1: 5 services: 6 myservice1: 7 image: ghcr.io/owner/myservice1 8 credentials: 9 username: username 10 password: password 11 myservice2: 12 image: dockerhub_org/myservice2 13 credentials: 14 username: username 15 password: password