更新 .gitea/workflows/docker.yaml
Some checks failed
编译部署 / build-and-push (push) Failing after 17s

This commit is contained in:
heibai2006 2025-04-23 08:04:40 +00:00
parent c67b8e720e
commit cbcf79353d

View File

@ -6,7 +6,7 @@ on:
jobs:
build-and-push:
runs-on: debian
runs-on: ubuntu-latest
env:
MYREGISTRY : ${{ vars.MYREGISTRY }}
MYIMAGE : ${{ vars.MYIMAGE }}