Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 180183a

Browse files
committed
disable image caching
1 parent b512a82 commit 180183a

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build_aarch64_Linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ jobs:
161161
echo "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"
162162
continue-on-error: true
163163

164-
- name: Cache Container Images
165-
run: |
166-
##presets
167-
set +x ; set +e
168-
#-------------#
169-
for img in "ghcr.io/pkgforge/devscripts/alpine-builder:latest" "ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable" "ghcr.io/pkgforge/devscripts/archlinux-builder:latest" "ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest" "ghcr.io/pkgforge/devscripts/ubuntu-builder:latest"; do docker pull $img & done; wait
170-
continue-on-error: true
164+
#- name: Cache Container Images
165+
# run: |
166+
# ##presets
167+
# set +x ; set +e
168+
# #-------------#
169+
# for img in "ghcr.io/pkgforge/devscripts/alpine-builder:latest" "ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable" "ghcr.io/pkgforge/devscripts/archlinux-builder:latest" "ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest" "ghcr.io/pkgforge/devscripts/ubuntu-builder:latest"; do docker pull $img & done; wait
170+
# continue-on-error: true
171171

172172
- name: Notify (Discord) [Trigger]
173173
if: env.NOTIFY_DISCORD != 'NO'

.github/workflows/build_x86_64_Linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ jobs:
161161
echo "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"
162162
continue-on-error: true
163163

164-
- name: Cache Container Images
165-
run: |
166-
##presets
167-
set +x ; set +e
168-
#-------------#
169-
for img in "ghcr.io/pkgforge/devscripts/alpine-builder:latest" "ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable" "ghcr.io/pkgforge/devscripts/archlinux-builder:latest" "ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest" "ghcr.io/pkgforge/devscripts/ubuntu-builder:latest"; do docker pull $img & done; wait
170-
continue-on-error: true
164+
#- name: Cache Container Images
165+
# run: |
166+
# ##presets
167+
# set +x ; set +e
168+
# #-------------#
169+
# for img in "ghcr.io/pkgforge/devscripts/alpine-builder:latest" "ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable" "ghcr.io/pkgforge/devscripts/archlinux-builder:latest" "ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest" "ghcr.io/pkgforge/devscripts/ubuntu-builder:latest"; do docker pull $img & done; wait
170+
# continue-on-error: true
171171

172172
- name: Notify (Discord) [Trigger]
173173
if: env.NOTIFY_DISCORD != 'NO'

0 commit comments

Comments
 (0)