From a7e992a3f643604ec54ae9a9f20d7514ff5fb2a7 Mon Sep 17 00:00:00 2001 From: Jacek Smit Date: Thu, 22 Jan 2026 00:05:55 +0100 Subject: [PATCH] another make proces --- .github/workflows/just-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/just-release.yml b/.github/workflows/just-release.yml index fafc1530..aa6822c5 100644 --- a/.github/workflows/just-release.yml +++ b/.github/workflows/just-release.yml @@ -28,8 +28,8 @@ jobs: - name: Build images run: | - make nightly-build + make build-docker-all - name: Push images run: | - make nightly-push + make push-docker-all