Skip to content

Commit

Permalink
Update build-scan-push.yaml
Browse files Browse the repository at this point in the history
* update to use org level harbor information

Signed-off-by: cdowning-betterup <[email protected]>
  • Loading branch information
cdowning-betterup authored Oct 17, 2024
1 parent e7820f7 commit 26faee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Login to Ironbank Registry
uses: docker/login-action@v1
with:
registry: ${{ env.IRONBANK_REGISTRY }}
username: ${{ secrets.IRONBANK_USERNAME }}
password: ${{ secrets.IRONBANK_PASSWORD }}
registry: ${{ secrets.HARBOR_REGISTRY_URL }}
username: ${{ secrets.HARBOR_REGISTRY_USERNAME }}
password: ${{ secrets.HARBOR_REGISTRY_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 26faee9

Please sign in to comment.