Flip container image to docker repo one, manifold one appears to be FUBAR
Badgey Deployment / build (push) Failing after 3s Details
Badgey Deployment / deploy (BADGEY) (push) Failing after 3s Details
Badgey Deployment / deploy (M5_COMPUTER) (push) Failing after 3s Details

This commit is contained in:
Xyon 2024-10-08 00:47:33 +01:00
parent cac7d8f0e2
commit a5696dd764
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 3 additions and 0 deletions

View File

@ -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 ]