mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
fix(workflow): build docker
This commit is contained in:
parent
de558dc87b
commit
fa02189fad
2
.github/workflows/nightly-docker.yml
vendored
2
.github/workflows/nightly-docker.yml
vendored
@ -4,7 +4,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
docker-builder:
|
docker-builder:
|
||||||
name: build docker
|
name: build docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-23.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user