File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 1414env :
1515 REGISTRY : ghcr.io
1616 IMAGE_NAME : ${{ github.repository }}
17- DEFAULT_ENV : fedora-41-x64
17+ DEFAULT_DISTRO : fedora-41
1818
1919permissions :
2020 contents : read
2121 packages : write
2222
2323jobs :
2424 create-containers :
25+ timeout-minutes : 15
2526 strategy :
2627 matrix :
2728 host :
2829 - { name: ubuntu-24.04, arch: x64 }
2930 - { name: 4-core-ubuntu-arm, arch: arm64 }
3031 distribution :
31- - name : fedora
32- version : 41
33- - name : fedora
34- version : 40
35- - name : fedora
36- version : 39
37- - name : ubuntu
38- version : " 24.04"
39- - name : ubuntu
40- version : " 24.10"
32+ - { name: fedora, version: 41 }
33+ - { name: fedora, version: 40 }
34+ - { name: fedora, version: 39 }
35+ - { name: ubuntu, version: 24.10 }
36+ - { name: ubuntu, version: 24.04 }
4137 runs-on : ["${{ matrix.host.name }}"]
4238 name : " Prepare: ${{ matrix.distribution.name }} ${{ matrix.distribution.version }} (${{ matrix.host.arch}})"
43- timeout-minutes : 15
4439 steps :
4540 - name : Checkout repository
4641 uses : actions/checkout@v2
4742 - name : Set up Docker Buildx
4843 uses : docker/setup-buildx-action@v3
49- - name : Log into container registry
44+ - name : Log to GHCR
5045 uses : docker/login-action@v2
5146 with :
5247 registry : ${{ env.REGISTRY }}
You can’t perform that action at this time.
0 commit comments