File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 48
48
run : echo "::set-output name=branch_name::${GITHUB_REF#refs/*/}"
49
49
- name : Checkout repository
50
50
uses : actions/checkout@v2
51
+ with :
52
+ ref : ${{ needs.release.outputs.current_tag }}
51
53
- name : Set up QEMU
52
54
id : qemu
53
55
uses : docker/setup-qemu-action@v1
Original file line number Diff line number Diff line change 3
3
# part of the automated release workflow.
4
4
5
5
name : release-manual-docker
6
- on : workflow_dispatch
6
+ on :
7
+ workflow_dispatch :
8
+ inputs :
9
+ ref :
10
+ default : ' '
11
+ description : ' Reference (tag / SHA):'
7
12
env :
8
13
REGISTRY : docker.io
9
14
IMAGE_NAME : parseplatform/parse-dashboard
19
24
run : echo "::set-output name=branch_name::${GITHUB_REF#refs/*/}"
20
25
- name : Checkout repository
21
26
uses : actions/checkout@v2
27
+ with :
28
+ ref : ${{ github.event.inputs.ref }}
22
29
- name : Set up QEMU
23
30
id : qemu
24
31
uses : docker/setup-qemu-action@v1
You can’t perform that action at this time.
0 commit comments