From bc32f2059bb2bcfdb3028a802d0db8ea9a133929 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 21 Jun 2024 11:26:43 +0300 Subject: [PATCH] Use recommended Dockerfile naming --- .github/workflows/roboshield-deploy-dev.yml | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/roboshield-deploy-dev.yml b/.github/workflows/roboshield-deploy-dev.yml index f248cf540..3e467cb3d 100644 --- a/.github/workflows/roboshield-deploy-dev.yml +++ b/.github/workflows/roboshield-deploy-dev.yml @@ -5,7 +5,7 @@ on: branches: [main] paths: - "apps/roboshield/**" - - "Dockerfile.roboshield" + - "roboshield.Dockerfile" - ".github/workflows/roboshield-dev.yml" concurrency: @@ -56,7 +56,7 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new context: . - file: Dockerfile.roboshield + file: roboshield.Dockefile push: true tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}" diff --git a/docker-compose.yml b/docker-compose.yml index a50d653b0..61157dcbe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,7 +55,7 @@ services: roboshield: build: context: . - dockerfile: Dockerfile.roboshield + dockerfile: roboshield.Dockerfile ports: - 3000:3000