Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Dec 17, 2024
1 parent 4ac340f commit 6e371f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 6e371f1

Please sign in to comment.