2
0

💚 Fix build docker image workflow

This commit is contained in:
Baptiste Arnaud
2022-11-02 19:52:13 +01:00
parent d5909c15bf
commit 8a8f3ec69a

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Extract existing image metadata - name: Extract existing image metadata
id: ${{ matrix.app }}-meta id: image-meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: baptistearno/typebot-${{ matrix.app }} images: baptistearno/typebot-${{ matrix.app }}
@ -41,7 +41,7 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.builder-meta.outputs.tags }} tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.builder-meta.outputs.labels }} labels: ${{ steps.image-meta.outputs.labels }}
build-args: | build-args: |
SCOPE=${{ matrix.app }} SCOPE=${{ matrix.app }}