From f3f4b5f6e4dd14f14edfdea0097a8e056bcc2449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20=C3=81lvarez=20=C3=81lvarez?= Date: Thu, 9 May 2024 11:08:39 +0200 Subject: [PATCH] Edit the workflow too --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb504c0..c30d879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,6 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build images + - name: Build and publish images id: build - run: ./build.sh - - name: Push images - run: ./build.sh --push \ No newline at end of file + run: ./build.sh \ No newline at end of file