From d186b0e4afb1f09ba988d21e4a23bb567a2655ee Mon Sep 17 00:00:00 2001 From: Daan Asscheman Date: Tue, 7 May 2024 17:13:40 +0200 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 793d8e0..ba997dc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) + run: docker build . --file docker/backend.dockerfile --tag my-image-name:$(date +%s)