From 78ae7de5eeef72cfaa75fcf03fe61d3a278ba471 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 23 Jan 2025 13:49:50 +0300 Subject: [PATCH] fix recreate image --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cf69f34..8e6c191 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,4 +50,4 @@ jobs: DOCKER_HOST: tcp://${{ inputs.host }}:2376 run: | docker compose pull - docker compose -p ${{ inputs.environment }} up -d \ No newline at end of file + docker compose -p ${{ inputs.environment }} up -d --force-recreate \ No newline at end of file