Skip to content

Commit

Permalink
Pass env.REPO_USERNAME into Docker image builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jun 25, 2024
1 parent 8872902 commit ec25566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-build-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
shell: bash
working-directory: ${{ inputs.WORKING_DIRECTORY }}
env:
REPO_USERNAME: ${{ env.REPO_USERNAME }}
REPO_PASSWORD: ${{ env.REPO_PASSWORD }}
DEPLOYMENT_TOKEN: ${{ env.DEPLOYMENT_TOKEN }}
run: |
Expand Down

0 comments on commit ec25566

Please sign in to comment.