test build

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-15 09:13:21 -05:00
parent f24e1c44f5
commit a0c9169df4

View file

@ -6,8 +6,8 @@ run-name: ${{ github.actor }} is testing the REST Sample
env: env:
NODE_VER: 16.x NODE_VER: 16.x
IMAGE_NAME: ghcr.io/hyperledger/fabric-rest-sample # 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-samples/asset-transfer-basic/rest-api-typescript
on: on:
workflow_dispatch: workflow_dispatch:
@ -68,10 +68,8 @@ jobs:
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ env.GITHUB_USER }} username: ${{ github.repository_owner }}
password: ${{ env.GITHUB_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
id: push id: push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3