This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
new d08212aaf added Dockerfiles for building all the Release Images
(CONNECTORS-1754)
d08212aaf is described below
commit d08212aaf4bb0f1e9c7e28f400716d2726ed7e3a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 12:11:15 2024 +0200
added Dockerfiles for building all the Release Images (CONNECTORS-1754)
---
.github/workflows/create-docker-image.yml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index 5b6f79860..a673aa1b1 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -123,14 +123,14 @@ jobs:
org.opencontainers.image.version=${{ steps.mcf.outputs.release }}
org.opencontainers.image.licenses=Apache-2.0
- #- name: Build and push ManifoldCF Docker Image
- # uses: docker/[email protected]
- # with:
- # context: .
- # file: Dockerfile
- # build-args: |
- # MCF_VERSION=${{ steps.mcf.outputs.release }}
- # platforms: linux/amd64,linux/arm64/v8
- # push: true
- # tags: apache/manifoldcf:latest,apache/manifoldcf:${{
steps.mcf.outputs.release }}
- # labels: ${{ steps.meta.outputs.labels }}
+ - name: Build and push ManifoldCF Docker Image
+ uses: docker/[email protected]
+ with:
+ context: .
+ file: Dockerfile
+ build-args: |
+ MCF_VERSION=${{ steps.mcf.outputs.release }}
+ platforms: linux/amd64,linux/arm64/v8
+ push: true
+ tags: apache/manifoldcf:latest,apache/manifoldcf:${{
steps.mcf.outputs.release }}
+ labels: ${{ steps.meta.outputs.labels }}