Skip to content

Commit

Permalink
ci: add missing run_setup output
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Dec 4, 2024
1 parent ad3f40e commit 342193a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
echo "ref=${REF:-main}" >> "$GITHUB_OUTPUT"
echo "version=${VERSION:-SNAPSHOT}" >> "$GITHUB_OUTPUT"
echo "version_path=${VERSION_PATH:-snapshots}" >> "$GITHUB_OUTPUT"
echo "run_setup=${RUN_SETUP:-0}" >> "$GITHUB_OUTPUT"
FILE_HOST=${{ needs.generate_matrix.outputs.file_host }}
echo "file_host=${FILE_HOST:-mirror-03.infra.openwrt.org}" >> "$GITHUB_OUTPUT"
Expand Down

1 comment on commit 342193a

@efahl
Copy link

@efahl efahl commented on 342193a Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aparcar It looks like there are still a bunch of the RC2 docker images that are in a halfway state. Is there some way to force update on just the RC2s?

$ podman run -it ghcr.io/openwrt/imagebuilder:mediatek-filogic-v24.10.0-rc2
buildbot@1ac8a95c4ca2:~$ ls
setup.sh

$ podman run -it ghcr.io/openwrt/imagebuilder:ath79-generic-v24.10.0-rc2
buildbot@fdba534db7c0:~$ ls
build_dir  include  keys  Makefile  packages  repositories.conf  rules.mk  scripts  setup.sh  sha256sums  sha256sums.asc  sha256sums_min  staging_dir  target

Please sign in to comment.