Skip to content

Commit

Permalink
feat: also pass tokens as build secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Yi authored and tagoro9 committed Jan 25, 2024
1 parent f5bcfc0 commit 186f5f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ runs:
push: true
tags: ${{ steps.config.outputs.image-name }}:${{ inputs.image-version }}
labels: ${{ steps.meta.outputs.labels }}
secrets: |
ARTIFACTORY_USERNAME=${{ inputs.ARTIFACTORY_USERNAME }}
ARTIFACTORY_AUTH_TOKEN=${{ inputs.ARTIFACTORY_AUTH_TOKEN }}
GITHUB_TOKEN=${{ inputs.github-token }}

0 comments on commit 186f5f8

Please sign in to comment.