From 39c4d675c9f7dd2d8e0259e2144b109e1f3b6e01 Mon Sep 17 00:00:00 2001 From: FinemechanicPub <93194456+FinemechanicPub@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:42:27 +0300 Subject: [PATCH] Fix workflow --- .github/workflows/build-backend.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-backend.yml b/.github/workflows/build-backend.yml index 876a1d0..d2061b8 100644 --- a/.github/workflows/build-backend.yml +++ b/.github/workflows/build-backend.yml @@ -34,11 +34,6 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Download frontend artifact - uses: actions/download-artifact@v4 - with: - name: dist - path: backend/dist # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) # to extract tags and labels that will be applied to the specified image. # The `id` "meta" allows the output of this step to be referenced in a subsequent step.