Skip to content

Commit

Permalink
[CI] Fix missing ARTIFACTORY_* environment variables for build-uaa-te…
Browse files Browse the repository at this point in the history
…st.yml
  • Loading branch information
corneil committed Jul 5, 2024
1 parent 261e47b commit 9df28bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-uaa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build UAA Test Image
shell: bash
env:
ARTIFACTORY_USERNAME: ${{ secret.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secret.ARTIFACTORY_PASSWORD }}
run: ./src/docker/uaa/build-all
- name: Publish Test Image
shell: bash
Expand Down

0 comments on commit 9df28bc

Please sign in to comment.