File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -49,27 +49,13 @@ jobs:
49
49
with :
50
50
fetch-depth : 50
51
51
52
- - name : Set up emulation
53
- if : matrix.platform != 'i686' && matrix.platform != 'x86_64'
54
- uses : docker/setup-qemu-action@v3
55
- with :
56
- platforms : ${{ matrix.platform }}
57
-
58
- - name : Set up Docker Buildx
59
- uses : docker/setup-buildx-action@v3
60
-
61
- - name : Setup cache
62
- if : github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
63
- uses : actions/cache@v4
64
- with :
65
- path : .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
66
- key : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}
67
- restore-keys : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-
52
+ - name : Deploy (dry-run)
53
+ run : ./deploy.sh --dry-run
68
54
69
- - name : Build
70
- run : ./build .sh
55
+ - name : Deploy (dry-run 2)
56
+ run : ./deploy .sh --dry-run
71
57
72
- - name : Deploy (dry-run)
58
+ - name : Deploy (dry-run 3 )
73
59
run : ./deploy.sh --dry-run
74
60
75
61
- name : Deploy
You can’t perform that action at this time.
0 commit comments