Skip to content

Commit

Permalink
[TT-680] Add docker secrets to the build and push action (#142)
Browse files Browse the repository at this point in the history
Add docker secrets to the build and push action
  • Loading branch information
tateexon authored Dec 11, 2023
1 parent a052942 commit f5ec6bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chainlink-testing-framework/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ inputs:
should_checkout:
required: false
description: Do we want to checkout the chainlink code branch, sometimes we don't need to
docker_secrets:
description: Secrets to pass to the docker build and push action
required: false

runs:
using: composite
Expand Down Expand Up @@ -139,3 +142,4 @@ runs:
CHAINLINK_USER=chainlink
tags: ${{ inputs.push_tag }}
push: ${{ steps.push.outputs.push }}
secrets: ${{ inputs.docker_secrets }}

0 comments on commit f5ec6bc

Please sign in to comment.