uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
677 stars 149 forks source link

Invalidate cached container image #61

Open Gerschtli opened 2 years ago

Gerschtli commented 2 years ago

Hey, as stated in the README, the commands in install are only executed once when githubToken is provided. Is there a way to rerun the install commands to update the cached container image? Like a separate cronjob to keep the image up-to-date asynchronously?