shellcheck/cloudbuild.yaml (6 lines of code) (raw):

--- steps: - name: gcr.io/cloud-builders/docker args: ['build', '-t', 'gcr.io/$PROJECT_ID/shellcheck', '.'] images: ['gcr.io/$PROJECT_ID/shellcheck'] tags: ['cloud-builders-community']