github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/service.1.yaml (about)

     1  name: service
     2  
     3  jobs:
     4    test:
     5      runs-on: ubuntu-latest
     6      services:
     7        nginx:
     8          image: nginx
     9          # Map port 8080 on the Docker host to port 80 on the nginx container
    10          ports:
    11            - 8080:80
    12