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

Commit

Permalink
Use galasa-team for GHCR auth (#652)
Browse files Browse the repository at this point in the history
* Use new GHCR image

Signed-off-by: Jade Carino <[email protected]>

* Parameterise main build workflow to support any branch/tag

Signed-off-by: Jade Carino <[email protected]>

* Disabling gradle cache to avoid build problems

Signed-off-by: Jade Carino <[email protected]>

* add report failed build job

Signed-off-by: Jade Carino <[email protected]>

* use galasa-team for ghcr auth

Signed-off-by: Jade Carino <[email protected]>

---------

Signed-off-by: Jade Carino <[email protected]>
jadecarino authored Sep 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e937093 commit e2a014e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -122,8 +122,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 Framework image
id: metadata
@@ -183,8 +183,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 Restapidoc Image
id: metadata

0 comments on commit e2a014e

Please sign in to comment.