Skip to content

Commit

Permalink
feat: add dotnet image env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-muscatello-zupit committed Nov 30, 2023
1 parent f1c13b2 commit 2ea13be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet-workflow-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
DOTNET_IMAGE:
required: true
type: string
DOTNET_IMAGE_ENV_VARIABLES:
required: false
type: string
default: ''
CONTAINER_CI_LABELS:
required: true
type: string
Expand All @@ -24,9 +28,11 @@ jobs:
container:
image: ${{ inputs.DOTNET_IMAGE }}


defaults:
run:
working-directory: ${{ inputs.WORKING_DIRECTORY }}
env: ${{ inputs.DOTNET_IMAGE_ENV_VARIABLES }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2ea13be

Please sign in to comment.