From 15e9c7a319885471d6d630796994238453b5c707 Mon Sep 17 00:00:00 2001 From: Jade Carino <65225359+jadecarino@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:28:33 +0100 Subject: [PATCH] use galasa-team for ghcr-auth (#70) Signed-off-by: Jade Carino --- .github/workflows/build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73eebe1..434d47f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,8 +37,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 galasabld image id: metadata @@ -112,8 +112,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 galasabld-ibm image id: metadata @@ -169,8 +169,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 openapi2beans image id: metadata @@ -244,8 +244,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 buildutils-executables image id: metadata