diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 9a2048a..de4de49 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -42,12 +42,12 @@ runs: id: meta uses: docker/metadata-action@v5 # https://github.com/docker/metadata-action with: - context: 'git' + context: git # flavor images: ${{ inputs.metadata_images }} tags: ${{ inputs.metadata_tags }} - # sep-tags: '\n' - # sep-labels: '\n' + sep-tags: \n + sep-labels: \n - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx