aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDuncaen <duncaen@voidlinux.org>2023-02-04 14:05:05 +0000
committerDuncaen <duncaen@voidlinux.org>2023-02-04 14:05:05 +0000
commit49effd02d21bb76aaf39dca94c15440483091004 (patch)
tree4ad0d682fe1f2cdb625e81025cfe5373ce8286b0 /.github/workflows
parentbd5a5b31465830ba09eb21e265e9b85ba9a651ac (diff)
downloadvoid-packages-49effd02d21bb76aaf39dca94c15440483091004.tar
void-packages-49effd02d21bb76aaf39dca94c15440483091004.tar.gz
void-packages-49effd02d21bb76aaf39dca94c15440483091004.tar.bz2
void-packages-49effd02d21bb76aaf39dca94c15440483091004.tar.lz
void-packages-49effd02d21bb76aaf39dca94c15440483091004.tar.xz
void-packages-49effd02d21bb76aaf39dca94c15440483091004.tar.zst
void-packages-49effd02d21bb76aaf39dca94c15440483091004.zip
.github/workflows: update containers to latest masterdir image
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml2
-rw-r--r--.github/workflows/cycles.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f3ad322862d..6d86820ae7e 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:20230203RC02-${{ matrix.config.bootstrap }}'
+ image: 'ghcr.io/void-linux/xbps-src-masterdir:20230204RC01-${{ 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 15783160916..7803c91b39c 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:20230203RC02-x86_64-musl'
+ image: 'ghcr.io/void-linux/xbps-src-masterdir:20230204RC01-x86_64-musl'
env:
PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
steps: