Update build.yml

This commit is contained in:
Carlos Giraldo
2022-05-25 10:52:53 +02:00
committed by GitHub
parent fea085ce37
commit ededa8823e

View File

@@ -66,7 +66,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v3
with:
context: .
context: ./images/${{ steps.image-info.outputs.image }}/
push: false
tags: openverso/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}
platforms: ${{ steps.image-info.outputs.platforms }}