Skip to content

Commit 892cf02

Browse files
committed
ci: fix typo in dockerfile path
1 parent 49f6741 commit 892cf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image-preprod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: docker/build-push-action@v3
2424
with:
2525
context: .
26-
file: ./Dockerfile.producion
26+
file: ./Dockerfile.production
2727
push: true
2828
tags: ${{ secrets.DOCKER_HUB_USER_NAME }}/openebench-nuxt-preprod:latest

0 commit comments

Comments
 (0)