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:
|
||||
build:
|
||||
runs-on: rust
|
||||
container:
|
||||
image: rust:bookworm
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
steps:
|
||||
|
|
@ -28,6 +30,7 @@ jobs:
|
|||
runs-on: rust
|
||||
container:
|
||||
options: --dns 172.16.255.254
|
||||
image: rust:bookworm
|
||||
strategy:
|
||||
matrix:
|
||||
bot: [ BADGEY, M5_COMPUTER ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue