💚 Fix build docker image workflow
This commit is contained in:
6
.github/workflows/publish_docker_images.yml
vendored
6
.github/workflows/publish_docker_images.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user