From 9af3299e748e16936a53bdc4a8e29975eb8158e0 Mon Sep 17 00:00:00 2001 From: coutug Date: Wed, 2 Oct 2024 17:59:47 -0400 Subject: [PATCH] fix workflow --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 7608e3e..635d630 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -61,7 +61,7 @@ jobs: with: context: ./frontend push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta-front.outputs.tags }} labels: ${{ steps.meta-front.outputs.labels }} - name: Build and push backend Docker image @@ -69,5 +69,5 @@ jobs: with: context: ./backend push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta-back.outputs.tags }} labels: ${{ steps.meta-back.outputs.labels }} \ No newline at end of file