From 35d7160fdd42f5f51df340466bb96495916ca7e7 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 28 Jul 2025 11:35:38 +0000 Subject: [PATCH] Remove unused flag from docker image prune command in docker-deploy job #5 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3d93f9..31447d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ docker-deploy: - cd deployment - docker compose pull - docker compose -f docker-compose.yaml up -d - - docker image prune -f -a + - docker image prune -f update_db: image: mcr.microsoft.com/dotnet/sdk:8.0