From 3997916d772f77cbdc03e14a41e283b6aa6cd397 Mon Sep 17 00:00:00 2001 From: Eric Radman Date: Fri, 1 Mar 2024 16:42:15 -0500 Subject: [PATCH] Always push images to hub.docker.com/u/redash (#6792) Using github.repository_owner name was convenient for testing this action, but is not correct since account names do not match. Git Hub: getredash/ Docker Hub: redash/ Co-authored-by: github-actions --- .github/workflows/preview-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-image.yml b/.github/workflows/preview-image.yml index eaefc793bc..cf8b024103 100644 --- a/.github/workflows/preview-image.yml +++ b/.github/workflows/preview-image.yml @@ -71,8 +71,8 @@ jobs: with: push: true tags: | - ${{ github.repository_owner }}/redash:preview - ${{ github.repository_owner }}/preview:${{ steps.version.outputs.VERSION_TAG }} + redash/redash:preview + redash/preview:${{ steps.version.outputs.VERSION_TAG }} context: . build-args: | test_all_deps=true