wrong Dockerfile path - try again

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2021-09-30 10:21:02 -04:00 committed by James Taylor
parent 211523eb9f
commit 3e49e92703

View file

@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- 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
# This is where you will update the PAT to GITHUB_TOKEN