From dc207ea646c3d7271da855b48ba9f094ddceb728 Mon Sep 17 00:00:00 2001 From: pmacius Date: Tue, 17 Sep 2024 14:58:18 +0200 Subject: [PATCH] Remove the step showing the images that were builded and loaded locally --- .github/workflows/build_and_test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 36fe5c48..5c8d3fc4 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -123,9 +123,6 @@ jobs: set: | *.output=type=registry,push=true - - name: Show all built images - run: docker images - compose-test: name: compose-test needs: build-test