You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/01/19 23:34:59 UTC

(superset) 05/06: correct tag suffix

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

maximebeauchemin pushed a commit to branch parallelize_image_builds
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 46eb3b8905482070778a45cc9f5bfe08fbf1bc51
Author: sebastianliebscher <li...@protonmail.ch>
AuthorDate: Sun Oct 8 12:48:05 2023 +0200

    correct tag suffix
---
 .github/workflows/docker.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 9e8e7379a9..0d0bc45851 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -109,7 +109,7 @@ jobs:
           images: ${{ github.repository }}
           flavor: |
             latest=false
-            suffix=dev
+            suffix=-dev
           tags: |
             type=sha,prefix=,format=long
             type=ref,event=pr
@@ -166,7 +166,7 @@ jobs:
           images: ${{ github.repository }}
           flavor: |
             latest=false
-            suffix=websocket
+            suffix=-websocket
           tags: |
             type=sha,prefix=,format=long
             type=ref,event=pr