mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
wrong Dockerfile path - try again
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
211523eb9f
commit
3e49e92703
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build $SOURCE_FOLDER --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
run: docker build --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" $SOURCE_FOLDER
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
# This is where you will update the PAT to GITHUB_TOKEN
|
# This is where you will update the PAT to GITHUB_TOKEN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue