From 56fce75730a71a98f24bcc039934c9d32185e76b Mon Sep 17 00:00:00 2001 From: Amadeo Bellotti Date: Fri, 29 Sep 2023 10:52:36 -0400 Subject: [PATCH] fixed next/kelvin workflow to not upload to docker --- .github/workflows/next.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index e0dd8feeec..07250449e3 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -20,7 +20,3 @@ jobs: upload: true next: ${{ github.ref_name }} secrets: inherit - - docker: - uses: ./.github/workflows/docker-shared.yml - secrets: inherit