Skip to content

Commit

Permalink
fix: update artifactory inputs to correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
josephyi authored and tagoro9 committed Jan 26, 2024
1 parent 186f5f8 commit e2f88b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ runs:
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 }}
ARTIFACTORY_USERNAME=${{ inputs.artifactory-username }}
ARTIFACTORY_AUTH_TOKEN=${{ inputs.artifactory-auth-token }}
GITHUB_TOKEN=${{ inputs.github-token }}

0 comments on commit e2f88b4

Please sign in to comment.