always pull new images
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Marvin Steadfast 2021-03-08 09:42:43 +01:00
parent 3b0b3b5a82
commit 739848b99f

View File

@ -16,12 +16,14 @@ steps:
- name: go-bindata
image: golang:latest
pull: always
commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- go-bindata -pkg assets -o assets/bindata.go -nomemcopy /bin/true
- name: lint
image: golangci/golangci-lint:latest
pull: always
commands:
- make lint
depends_on:
@ -45,6 +47,7 @@ steps:
- name: build
image: goreleaser/goreleaser:latest
pull: always
commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- make build
@ -58,6 +61,7 @@ steps:
- name: release
image: goreleaser/goreleaser:latest
pull: always
environment:
GITHUB_TOKEN:
from_secret: github_token