Skip to content

Commit a02b897

Browse files
committed
fix
1 parent 725c616 commit a02b897

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_gh_runner_images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
pkgforge/archlinux-builder:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
329329
ghcr.io/pkgforge/devscripts/archlinux-builder:${{ matrix.arch }}
330330
ghcr.io/pkgforge/devscripts/archlinux-builder:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
331-
push: true
331+
outputs: type=registry,compression=zstd,compression-level=22
332332
continue-on-error: true
333333
#------------------------------------------------------------------------------------#
334334
build-push-docker-debian:
@@ -657,7 +657,7 @@ jobs:
657657
pkgforge/gh-runner-aarch64-ubuntu:latest-${{ env.DOCKER_TAG }}
658658
ghcr.io/pkgforge/devscripts/gh-runner-aarch64-ubuntu:latest
659659
ghcr.io/pkgforge/devscripts/gh-runner-aarch64-ubuntu:latest-${{ env.DOCKER_TAG }}
660-
push: true
660+
outputs: type=registry,compression=zstd,compression-level=22
661661
continue-on-error: true
662662
#------------------------------------------------------------------------------------#
663663
build-push-docker-runner-riscv64:
@@ -728,7 +728,7 @@ jobs:
728728
pkgforge/gh-runner-riscv64-ubuntu:${{ env.DOCKER_TAG }}
729729
ghcr.io/pkgforge/devscripts/gh-runner-riscv64-ubuntu:latest
730730
ghcr.io/pkgforge/devscripts/gh-runner-riscv64-ubuntu:${{ env.DOCKER_TAG }}
731-
push: true
731+
outputs: type=registry,compression=zstd,compression-level=22
732732
continue-on-error: true
733733
#------------------------------------------------------------------------------------#
734734
build-push-docker-runner-x86-64:
@@ -800,7 +800,7 @@ jobs:
800800
pkgforge/gh-runner-x86_64-ubuntu:${{ env.DOCKER_TAG }}
801801
ghcr.io/pkgforge/devscripts/gh-runner-x86_64-ubuntu:latest
802802
ghcr.io/pkgforge/devscripts/gh-runner-x86_64-ubuntu:${{ env.DOCKER_TAG }}
803-
push: true
803+
outputs: type=registry,compression=zstd,compression-level=22
804804
continue-on-error: true
805805
##------------------------------------------------------------------------------------#
806806
# build-push-docker-debian-guix:

0 commit comments

Comments
 (0)