Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from galasa-dev/ghcr-login
Browse files Browse the repository at this point in the history
Use galasa-team for GHCR authentication
  • Loading branch information
jadecarino authored Sep 30, 2024
2 parents 79516c6 + 6e32c25 commit 43a15c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,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 Gradle image
id: metadata
Expand Down

0 comments on commit 43a15c1

Please sign in to comment.