You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2022/07/05 17:25:46 UTC

[systemds] branch main updated: [MINOR] Add latest tag to docker image (#1657)

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

janardhan 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 5190f918f4 [MINOR] Add latest tag to docker image (#1657)
5190f918f4 is described below

commit 5190f918f4bda2126a80ec9f848cd7aacb233976
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jul 5 22:55:43 2022 +0530

    [MINOR] Add latest tag to docker image (#1657)
---
 .github/workflows/docker-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml
index 7ab1f4a83c..bd9d1c351f 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -73,6 +73,6 @@ jobs:
         context: .
         file: ./docker/sysds.Dockerfile
         push: false
-        tags: ${{ github.event.inputs.branch_or_tag }}
+        tags: ${{ github.event.inputs.branch_or_tag }},latest
 #       Use the below labels entry for images for cpu, gpu for the same release
 #       labels: ${{ steps.meta.outputs.labels }}