From 187cbfd92033d34a07b0f0d2bf685435b6fd8fe1 Mon Sep 17 00:00:00 2001 From: EdyTheCow Date: Sun, 25 Jul 2021 14:08:53 +0000 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index be4fb99..dd05cdc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build . --file whmcs_image/Dockerfile --tag whmcs:$(date +%s) + run: docker build whmcs_image/. --file whmcs_image/Dockerfile --tag whmcs:$(date +%s)