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