build.yml image tag

This commit is contained in:
李亮亮 2024-05-10 11:04:11 +08:00
parent ce6aead778
commit e2169f9496
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
steps:
- name: install
image: golang
image: golang:1.21.6
commands:
- go mod tidy
- name: build
image: golang
image: golang:1.21.6
commands:
- go build
- name: docker
image: plugins/docker
image: plugins/docker:20.17.3
settings:
repo: omv.lll.net:5000/lianglianglee/md-view-go
registry: omv.lll.net:5000