Flip container image to docker repo one, manifold one appears to be FUBAR
This commit is contained in:
parent
cac7d8f0e2
commit
a5696dd764
|
|
@ -8,6 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: rust
|
runs-on: rust
|
||||||
|
container:
|
||||||
|
image: rust:bookworm
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -28,6 +30,7 @@ jobs:
|
||||||
runs-on: rust
|
runs-on: rust
|
||||||
container:
|
container:
|
||||||
options: --dns 172.16.255.254
|
options: --dns 172.16.255.254
|
||||||
|
image: rust:bookworm
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
bot: [ BADGEY, M5_COMPUTER ]
|
bot: [ BADGEY, M5_COMPUTER ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue