File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 REGISTRY : ghcr.io
12- IMAGE_NAME : ' pythoncoderas/<name> '
12+ IMAGE_NAME : ' pythoncoderas/tempprogram '
1313
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 cancel-in-progress : true
1717
1818jobs :
19- get-image-name :
20- runs-on : ubuntu-latest
21- steps :
22- - run : echo "null"
23- outputs :
24- image : ${{ env.IMAGE_NAME }}
2519 build :
2620 runs-on : ubuntu-latest
27- needs : [get-image-name]
28- if : ${{ needs.get-image-name.outputs.image != 'pythoncoderas/<name>' }}
2921 permissions :
3022 contents : read
3123 packages : write
3426 matrix :
3527 platform :
3628 - linux/amd64
29+ - linux/arm/v6
30+ - linux/arm/v7
3731 - linux/arm64
32+ - linux/386
33+ - linux/ppc64le
34+ - linux/s390x
3835
3936 steps :
4037 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments