Skip to content

Commit

Permalink
add docker secrets flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jan 23, 2024
1 parent fbc46c2 commit f529d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ runs:
context: ${{ inputs.CONTEXT }}
platforms: ${{ inputs.PLATFORMS }}
build-args: ${{ env.BUILD_ARGS }}

secrets: ${{ env.DOCKER_SECRETS }}

# - name: Scanning image
# if: github.event_name == 'pull_request'
# run: docker sbom --output sbom.json ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
Expand Down

0 comments on commit f529d6c

Please sign in to comment.