From 628a1ad75d454e709247c99ca8ec262477419c41 Mon Sep 17 00:00:00 2001 From: Frank Bernhardt Date: Mon, 14 Oct 2024 16:18:58 +0200 Subject: [PATCH] fix --- .github/workflows/build-all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 7529c195..6468ef90 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -43,8 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push the core image to the OCI registry - run: > - bazel run --embed_label="${GITHUB_SHA::6}" --stamp //core-image:push-image + run: bazel run --embed_label="${GITHUB_SHA::6}" --stamp //core-image:push-image - name: Push the chart to the OCI registry run: bazel run //chart:yaku_helm.push_registry \ No newline at end of file