From f1155420a40095fc5ec2eefe6089c97a0755ec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 14 May 2024 17:06:29 +0200 Subject: [PATCH] Fix release workflow (#199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dbbba0..a0c1996 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,7 @@ jobs: - name: Build and push clowarden-server image run: | docker build \ + -f clowarden-server/Dockerfile \ -t public.ecr.aws/g6m3a0y9/clowarden-server:${{steps.extract_tag_name.outputs.tag}} \ -t public.ecr.aws/g6m3a0y9/clowarden-server:latest \ .