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 9df28bc commit 4254ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-uaa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build UAA Test Image
shell: bash
env:
ARTIFACTORY_USERNAME: ${{ secret.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secret.ARTIFACTORY_PASSWORD }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: ./src/docker/uaa/build-all
- name: Publish Test Image
shell: bash
Expand Down

0 comments on commit 4254ed6

Please sign in to comment.