mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-23 07:26:33 +05:30
Update OpenWrt Docker image
This commit is contained in:
parent
759a7b842f
commit
7eb39f886c
2 changed files with 6 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -382,7 +382,7 @@ jobs:
|
|||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
container: 'docker.io/openwrtorg/rootfs:latest'
|
||||
container: 'docker.io/openwrt/rootfs:latest'
|
||||
steps:
|
||||
- name: 'Apply workarounds for GitHub Actions runner'
|
||||
run: 'printf "ID=alpine\n" > /etc/_os-release'
|
||||
|
|
@ -402,7 +402,7 @@ jobs:
|
|||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
container: 'docker.io/openwrtorg/rootfs:latest'
|
||||
container: 'docker.io/openwrt/rootfs:latest'
|
||||
steps:
|
||||
- name: 'Apply workarounds for GitHub Actions runner'
|
||||
run: 'printf "ID=alpine\n" > /etc/_os-release'
|
||||
|
|
@ -634,7 +634,7 @@ jobs:
|
|||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
container: 'docker.io/openwrtorg/rootfs:latest'
|
||||
container: 'docker.io/openwrt/rootfs:latest'
|
||||
steps:
|
||||
- name: 'Apply workarounds for GitHub Actions runner'
|
||||
run: 'printf "ID=alpine\n" > /etc/_os-release'
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ test-openwrt-latest:
|
|||
stage: 'test'
|
||||
needs:
|
||||
- 'lint-shellcheck-stable'
|
||||
image: 'docker.io/openwrtorg/rootfs:latest'
|
||||
image: 'docker.io/openwrt/rootfs:latest'
|
||||
before_script:
|
||||
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
|
||||
- 'opkg install ca-certificates curl file idn2 make'
|
||||
|
|
@ -240,7 +240,7 @@ test-openwrt-latest-shell-busybox-ash:
|
|||
stage: 'test'
|
||||
needs:
|
||||
- 'lint-shellcheck-stable'
|
||||
image: 'docker.io/openwrtorg/rootfs:latest'
|
||||
image: 'docker.io/openwrt/rootfs:latest'
|
||||
before_script:
|
||||
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
|
||||
- 'opkg install ca-certificates curl file idn2 make'
|
||||
|
|
@ -379,7 +379,7 @@ build-openwrt-latest:
|
|||
needs:
|
||||
- 'test-openwrt-latest'
|
||||
- 'test-openwrt-latest-shell-busybox-ash'
|
||||
image: 'docker.io/openwrtorg/rootfs:latest'
|
||||
image: 'docker.io/openwrt/rootfs:latest'
|
||||
before_script:
|
||||
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
|
||||
- 'opkg install ca-certificates curl file idn2 make'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue