From 03e8955f88970c218bf6875841829ba786654eef Mon Sep 17 00:00:00 2001 From: Laurence Luo Date: Mon, 17 Jun 2024 10:43:19 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37548f7..13870d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,5 +40,6 @@ jobs: uses: docker/build-push-action@v5 with: push: true - file: Dockerfile + context: . + file: ./Dockerfile tags: ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest