mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
chore: use specific relese image
This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: go build main.go
|
- run: go build main.go
|
||||||
release:
|
release:
|
||||||
machine: true
|
machine:
|
||||||
|
image: circleci/golang:1.14
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user