ci: test changes
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 5m34s
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 5m34s
This commit is contained in:
@@ -31,35 +31,27 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Log in
|
|
||||||
uses: redhat-actions/podman-login@v1
|
|
||||||
with:
|
|
||||||
registry: git.plabble.org
|
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
auth_file_path: /tmp/auth.json
|
|
||||||
|
|
||||||
- name: Build rootfs
|
- name: Build rootfs
|
||||||
run: |
|
run: |
|
||||||
sudo ./builder.sh asahi-cosmic 43
|
sudo ./builder.sh asahi-cosmic 43
|
||||||
|
|
||||||
- name: Build container
|
- name: Build container
|
||||||
id: build
|
run: |
|
||||||
uses: job79/buildah-build@65b3793a1370c1ccd74a5c0d090d70eb9637a4ef
|
buildah bud \
|
||||||
with:
|
--security-opt label=disable \
|
||||||
image: misthios/${{ matrix.image }}
|
--isolation=chroot \
|
||||||
tags: ${{ matrix.version }}
|
--cap-add=SYS_ADMIN \
|
||||||
containerfiles: ./Containerfile
|
-t misthios/${{ matrix.image }}:${{ matrix.version }} \
|
||||||
build-args: IMAGE=${{ matrix.image }}
|
--build-arg IMAGE=${{ matrix.image }} \
|
||||||
|
-f Containerfile .
|
||||||
|
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: redhat-actions/push-to-registry@v2
|
run: |
|
||||||
with:
|
buildah push \
|
||||||
image: ${{ steps.build.outputs.image }}
|
misthios/${{ matrix.image }}:${{ matrix.version }} \
|
||||||
tags: ${{ steps.build.outputs.tags }}
|
docker://git.plabble.org/misthios/${{ matrix.image }}:${{ matrix.version }} \
|
||||||
registry: git.plabble.org
|
--creds "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_TOKEN }}" \
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
--compression-format=zstd \
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
extra-args: |
|
|
||||||
--compression-format=zstd
|
|
||||||
--compression-level=12
|
--compression-level=12
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user