Update docker-image.yml

This commit is contained in:
EdyTheCow
2021-07-25 14:08:53 +00:00
committed by GitHub
parent 4f77c3f996
commit 187cbfd920

View File

@@ -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)