File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
env :
8
- REGISTRY_IMAGE : ghcr.io/randomairborne/tinylevel
8
+ REGISTRY_IMAGE : ghcr.io/randomairborne/mcping
9
9
10
10
permissions :
11
11
packages : write
16
16
uses : ./.github/workflows/check.yml
17
17
18
18
build :
19
- needs : [check]
19
+ needs : [ check ]
20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
fail-fast : false
66
66
67
67
merge :
68
68
runs-on : ubuntu-latest
69
- needs : [build]
69
+ needs : [ build ]
70
70
steps :
71
71
- name : Download digests
72
72
uses : actions/download-artifact@v4
91
91
docker buildx imagetools create --tag ${{ env.REGISTRY_IMAGE }}:latest --tag ${{ env.REGISTRY_IMAGE }}:git-${{ github.sha }} $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
92
92
93
93
deploy :
94
- needs : [merge]
94
+ needs : [ merge ]
95
95
runs-on : ubuntu-latest
96
96
steps :
97
97
- name : Correct env
You can’t perform that action at this time.
0 commit comments