Skip to content

Commit

Permalink
Merge pull request #295 from galasa-dev/ghcr-auth
Browse files Browse the repository at this point in the history
Use galasa-team for ghcr auth
  • Loading branch information
jadecarino authored Sep 30, 2024
2 parents 6ecb9e6 + d87177b commit 4c7a191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: galasa-team
password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }}

- name: Extract metadata for galasactl image
id: metadata-galasactl
Expand Down Expand Up @@ -197,8 +197,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: galasa-team
password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }}

- name: Extract metadata for galasactl-ibm-testing image
id: meta
Expand Down

0 comments on commit 4c7a191

Please sign in to comment.