Skip to content

Commit

Permalink
Always push images to hub.docker.com/u/redash (getredash#6792)
Browse files Browse the repository at this point in the history
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-actions@github.com>
  • Loading branch information
eradman and github-actions authored Mar 1, 2024
1 parent b09a225 commit 3997916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3997916

Please sign in to comment.