Skip to content

Commit

Permalink
Docker build support of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Mar 29, 2024
1 parent f258037 commit 847c23b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ on:
required: false
type: boolean
default: true
secrets:
required: false
type: string
secrets:
REGISTRY_LOGIN:
required: false
Expand Down Expand Up @@ -94,3 +97,4 @@ jobs:
no-cache: ${{ inputs.no-cache }}
build-args: ${{ inputs.build-args }}
file: ${{ env.FILE }}
secrets: ${{ inputs.secrets }}

0 comments on commit 847c23b

Please sign in to comment.