This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4124e02af updated GitHub workflow for publishing new release
4124e02af is described below
commit 4124e02af2957f541ce2c19389147cdf745c674a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Sep 26 14:59:05 2024 +0200
updated GitHub workflow for publishing new release
---
.github/workflows/create-docker-image.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index eb0fd6669..e1f0d5175 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -195,9 +195,7 @@ jobs:
- name: Update MCF version in the properties.xml files
run: |
sed -i 's/${{ steps.mcf.outputs.release }}-dev/${{
steps.mcf.outputs.release }}/g' dist/example/properties.xml;
- sed -i 's/${{ steps.mcf.outputs.release }}-dev/${{
steps.mcf.outputs.release }}/g' dist/example-proprietary/properties.xml;
sed -i 's/${{ steps.mcf.outputs.release }}-dev/${{
steps.mcf.outputs.release }}/g' dist/multiprocess-file-example/properties.xml;
- sed -i 's/${{ steps.mcf.outputs.release }}-dev/${{
steps.mcf.outputs.release }}/g'
dist/multiprocess-file-example-proprietary/properties.xml;
- name: Set up QEMU
uses: docker/[email protected]