From 18be77849fbadd6a5b2a3e1765c4211bd910d8fb Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Sat, 16 Apr 2022 19:12:41 +0430 Subject: [PATCH] Update deploy-image.yml --- .github/workflows/deploy-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 3156642..a3239c9 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -30,5 +30,5 @@ jobs: context: . push: true tags: amirpourmand/foam-template:latest - file: '{context}/publish/Dockerfile' + file: publish/Dockerfile