Commit 7df0fcf 1 parent 957de9a commit 7df0fcf Copy full SHA for 7df0fcf
File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Preview Image
2
2
on :
3
- push :
4
- tags :
5
- - ' *-dev'
3
+ workflow_run :
4
+ workflows :
5
+ - Tests
6
+ types :
7
+ - completed
8
+ branches :
9
+ - master
6
10
workflow_dispatch :
7
11
8
12
env :
45
49
node-version : ${{ env.NODE_VERSION }}
46
50
cache : ' yarn'
47
51
48
- - name : Set up QEMU
49
- uses : docker/setup-qemu-action@v3
50
- with :
51
- platforms : arm64
52
-
53
52
- name : Set up Docker Buildx
54
53
uses : docker/setup-buildx-action@v3
55
54
@@ -78,14 +77,14 @@ jobs:
78
77
with :
79
78
push : true
80
79
tags : |
81
- redash /redash:preview
82
- redash/preview :${{ steps.version.outputs.VERSION_TAG }}
80
+ myonlylonely /redash:preview
81
+ myonlylonely/redash :${{ steps.version.outputs.VERSION_TAG }}
83
82
context : .
84
83
build-args : |
85
84
test_all_deps=true
86
85
cache-from : type=gha,scope=multi-platform
87
86
cache-to : type=gha,mode=max,scope=multi-platform
88
- platforms : linux/amd64,linux/arm64
87
+ platforms : linux/amd64
89
88
env :
90
89
DOCKER_CONTENT_TRUST : true
91
90
You can’t perform that action at this time.
0 commit comments