Commit 9bf7e8c 1 parent 33d9ce9 commit 9bf7e8c Copy full SHA for 9bf7e8c
File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- tags :
8
- - v*
9
7
repository_dispatch :
10
8
types : [run_build]
11
9
17
15
steps :
18
16
- uses : actions/checkout@v3
19
17
20
- - name : Extract DOCKER_TAG using tag name
21
- if : startsWith(github.ref, 'refs/tags/')
22
- run : |
23
- echo "DOCKER_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
24
-
25
- - name : Use default DOCKER_TAG
26
- if : startsWith(github.ref, 'refs/tags/') != true
27
- run : |
28
- echo "DOCKER_TAG=latest" >> $GITHUB_ENV
29
-
30
18
- name : Set up QEMU
31
19
uses : docker/setup-qemu-action@v2
32
20
43
31
- uses : docker/build-push-action@v4
44
32
with :
45
33
push : true
46
- tags : ghcr.io/${{ github.repository }}:${{ env.DOCKER_TAG }}
34
+ tags : ghcr.io/${{ github.repository }}:latest
47
35
48
36
- name : Send Compile action
49
37
run : |
56
44
repository : ${{ github.repository_owner }}/psptoolchain
57
45
token : ${{ secrets.DISPATCH_TOKEN }}
58
46
event-type : ${{ env.NEW_DISPATCH_ACTION }}
59
- client-payload : ' {"ref": "${{ github.ref }}"}'
You can’t perform that action at this time.
0 commit comments