Skip to content

Commit 1cca8ec

Browse files
* Fix an incorrect path in publish.yml.
1 parent 4bf43e1 commit 1cca8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "DOCKER_TAG=$DOCKER_TAG" >> $GITHUB_ENV
4242
4343
# Build Image
44-
docker build -f ./docker/${{ inputs.directory }}/Dockerfile -t $DOCKER_TAG ${{ inputs.build-context }}
44+
docker build -f ./${{ inputs.directory }}/Dockerfile -t $DOCKER_TAG ${{ inputs.build-context }}
4545
4646
- name: Login to AWS ECR
4747
run: |

0 commit comments

Comments
 (0)