From 7955122d2c2d1991e3c255b40df606831d022f78 Mon Sep 17 00:00:00 2001 From: Ladygin Sergey Date: Sun, 21 Apr 2024 20:09:00 +0300 Subject: [PATCH] =?UTF-8?q?Github=20actions=20=D0=B4=D0=BB=D1=8F=20=D1=81?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20docker=20=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/strapi-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/strapi-image.yml b/.github/workflows/strapi-image.yml index b3ce72d..1bfc6cc 100644 --- a/.github/workflows/strapi-image.yml +++ b/.github/workflows/strapi-image.yml @@ -27,6 +27,6 @@ jobs: - name: Build and push from mater uses: docker/build-push-action@v5 with: - context: ./strapi + context: ./strapi/ push: true tags: updev/strapi:latest