This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new fa04b9c6e5 [MINOR] Update docker release script to publish (#1700)
fa04b9c6e5 is described below

commit fa04b9c6e5d7ac19a4f0943e03d98677d7bb1fbc
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Tue Oct 4 14:44:55 2022 +0200

    [MINOR] Update docker release script to publish (#1700)
    
    Previously the push of this script was set to false, this commit
    change it to true, so now we can publish our docker image with
    latest flag and version numbers.
---
 .github/workflows/docker-release.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 7495f7230e..f775b1771d 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -50,6 +50,11 @@ jobs:
       with:
         images: apache/systemds
         tags: ${{ github.event.inputs.version }},latest
+        labels: |
+          maintainer=Apache
+          org.opencontainers.image.title=SystemDS
+          org.opencontainers.image.description=An open source ML system for 
the end-to-end data science lifecycle
+          org.opencontainers.image.vendor=Apache
 
     # https://github.com/docker/setup-buildx-action
     - name: Set up Docker Buildx
@@ -71,7 +76,6 @@ jobs:
       with:
         context: .
         file: ./docker/sysds.Dockerfile
-        push: false
+        push: True
         tags: ${{ steps.meta.outputs.tags }}
-#       Use the below labels entry for images for cpu, gpu for the same release
-#       labels: ${{ steps.meta.outputs.labels }}
+        labels: ${{ steps.meta.outputs.labels }}

Reply via email to