diff options
author | Michael Aldridge <maldridge@voidlinux.org> | 2023-02-04 04:57:53 +0000 |
---|---|---|
committer | Michael Aldridge <maldridge@voidlinux.org> | 2023-02-04 04:57:53 +0000 |
commit | bd5a5b31465830ba09eb21e265e9b85ba9a651ac (patch) | |
tree | 367a044270982a39b7ff63274195dcdeaa13ac53 /.github/workflows | |
parent | 9dd29572deeba915874158b3a6bb21ab0134fe4b (diff) | |
download | void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar.gz void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar.bz2 void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar.lz void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar.xz void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.tar.zst void-packages-bd5a5b31465830ba09eb21e265e9b85ba9a651ac.zip |
.github/workflows: Use a different vintage of masterdir
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/cycles.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9065af2e31d..f3ad322862d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')" container: - image: 'ghcr.io/void-linux/xbps-src-masterdir:20230203RC01-${{ matrix.config.bootstrap }}' + image: 'ghcr.io/void-linux/xbps-src-masterdir:20230203RC02-${{ matrix.config.bootstrap }}' env: PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin' ARCH: '${{ matrix.config.arch }}' diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml index 6a9a433e1d6..15783160916 100644 --- a/.github/workflows/cycles.yml +++ b/.github/workflows/cycles.yml @@ -10,7 +10,7 @@ jobs: permissions: issues: write container: - image: 'ghcr.io/void-linux/xbps-src-masterdir:20230203RC01-x86_64-musl' + image: 'ghcr.io/void-linux/xbps-src-masterdir:20230203RC02-x86_64-musl' env: PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin' steps: |