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