From 4d5a347547dadc38a62953bf3e2b861cbd4fa0a5 Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 9 Nov 2024 15:31:09 +0300 Subject: [PATCH] Fix: workflow --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e5ca84..5a97484 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,8 +71,8 @@ jobs: # Private API - - name: API image tags & labels - id: private-api + - name: Private API image tags & labels + id: meta-private-api uses: docker/metadata-action@v5 with: images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-private-api @@ -85,5 +85,5 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - tags: ${{ steps.meta-api.outputs.tags }} - labels: ${{ steps.meta-api.outputs.labels }} + tags: ${{ steps.meta-private-api.outputs.tags }} + labels: ${{ steps.meta-private-api.outputs.labels }}