build.yml image tag
This commit is contained in:
parent
ce6aead778
commit
e2169f9496
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue