Skip to content

Commit

Permalink
updated .. still working on the sso - 9
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeg48 committed Nov 2, 2023
1 parent de98064 commit ab2faf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sso-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
#password: ${{ secrets.GITHUB_TOKEN }}

- name: Create a Dockerfile
uses: 1arp/[email protected]
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/vmware-tanzu-learning/course-secure-rest-api-oauth2-code/sso:latest




0 comments on commit ab2faf9

Please sign in to comment.