mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Push image using DOCKER_REPOSITORY (#7428)
Preview images work for personal repositories, but we missed another variable when publishing official images: #34 [auth] arikfr/redash:pull,push token for registry-1.docker.io #34 DONE 0.0s #33 exporting to image #33 pushing layers 15.5s done #33 pushing manifest for docker.io/arikfr/redash #33 pushing manifest for docker.io/arikfr/redash 1.6s done #33 ... #35 [auth] arikfr/preview:pull,push token for registry-1.docker.io #35 DONE 0.0s
This commit is contained in:
6
.github/workflows/preview-image.yml
vendored
6
.github/workflows/preview-image.yml
vendored
@@ -100,8 +100,8 @@ jobs:
|
||||
if: ${{ github.event.inputs.dockerRepository == 'preview' || !github.event.workflow_run }}
|
||||
with:
|
||||
tags: |
|
||||
${{ vars.DOCKER_USER }}/redash
|
||||
${{ vars.DOCKER_USER }}/preview
|
||||
${{ vars.DOCKER_REPOSITORY }}/redash
|
||||
${{ vars.DOCKER_REPOSITORY }}/preview
|
||||
context: .
|
||||
build-args: |
|
||||
test_all_deps=true
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
if: ${{ github.event.inputs.dockerRepository == 'redash' }}
|
||||
with:
|
||||
tags: |
|
||||
${{ vars.DOCKER_USER }}/redash:${{ steps.version.outputs.VERSION_TAG }}
|
||||
${{ vars.DOCKER_REPOSITORY }}/redash:${{ steps.version.outputs.VERSION_TAG }}
|
||||
context: .
|
||||
build-args: |
|
||||
test_all_deps=true
|
||||
|
||||
Reference in New Issue
Block a user