From a0c9169df441d5ac6bfb4d3f6026fe7b1b2ecee2 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Tue, 15 Nov 2022 09:13:21 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/rest-sample.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rest-sample.yaml b/.github/workflows/rest-sample.yaml index a4320566..df6319fd 100644 --- a/.github/workflows/rest-sample.yaml +++ b/.github/workflows/rest-sample.yaml @@ -6,8 +6,8 @@ run-name: ${{ github.actor }} is testing the REST Sample env: NODE_VER: 16.x - IMAGE_NAME: ghcr.io/hyperledger/fabric-rest-sample - # IMAGE_NAME: ghcr.io/hyperledger/fabric-samples/asset-transfer-basic/rest-api-typescript +# IMAGE_NAME: ghcr.io/hyperledger/fabric-rest-sample + IMAGE_NAME: ghcr.io/hyperledger/fabric-samples/asset-transfer-basic/rest-api-typescript on: workflow_dispatch: @@ -68,10 +68,8 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{ env.GITHUB_USER }} - password: ${{ env.GITHUB_PAT }} -# username: ${{ github.repository_owner }} -# password: ${{ secrets.GITHUB_TOKEN }} + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push id: push uses: docker/build-push-action@v3