From 6e371f15d64fd4c064b276f2ee08fb4affee641f Mon Sep 17 00:00:00 2001 From: pputman-clabs Date: Mon, 16 Dec 2024 21:13:49 -0600 Subject: [PATCH] remove comments --- .github/workflows/docker-build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 50407fa..eb9620f 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -57,13 +57,8 @@ on: jobs: auth-build-push-scan-container: - # We can set a runs-on array in a text string and convert it with fromJson to an array here - # This lets runs_on be specified at the calling level runs-on: ${{ fromJson(inputs.runs_on) }} - # Time out the job if it takes too long so we're not burning minutes for some weird reason. Adjustable timeout-minutes: ${{ inputs.timeout-minutes }} - # Leverage the protections and environment rulesets here. This will also print the URL - # in the github actions tab on github if the deploy is successful environment: name: ${{ inputs.environment }} url: "https://${{ inputs.artifact-registry }}:${{inputs.tags}}"