.github/workflows: update images

This commit is contained in:
classabbyamp
2026-02-06 21:50:33 -05:00
parent b47a720612
commit 4f1f7ed8c6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: 'ghcr.io/void-linux/void-musl-full:20250616R1'
image: ghcr.io/void-linux/void-musl-full
env:
LICENSE_LIST: common/travis/license.lst
@@ -61,7 +61,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/void-${{ matrix.config.libc }}-full:20250616R1
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full
options: --platform ${{ matrix.config.platform }} --privileged
volumes:
- /dev:/dev
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
permissions:
issues: write
container:
image: 'ghcr.io/void-linux/void-musl-full:20250616R1'
image: ghcr.io/void-linux/void-musl-full
steps:
- name: Prepare container
run: |