From a71a8739d0020c452bb97d318fb4a8d9633e1f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20=C3=81lvarez=20=C3=81lvarez?= Date: Wed, 8 May 2024 13:25:15 +0200 Subject: [PATCH] Fix build script inside workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b49d60a..d447f2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build images id: build - run: ./build + run: ./build.sh - name: Push images - run: ./build --push + run: ./build.sh --push - name: Free Disk Space (Ubuntu) # Required by trivy to have enough space to scan full image uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0 with: