From 972a117d2233ed029cae476aed0d2712785cabe4 Mon Sep 17 00:00:00 2001 From: Umberto Domenico Ciccia <108148943+umbertocicciaa@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:27:10 +0200 Subject: [PATCH] fix directory --- .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 3f53646..68bbfe1 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 ./CloudProject/Dockerfile --tag cloud_ci_cd_image:$(date +%s)