Compare commits

...

2 Commits

Author SHA1 Message Date
Martin Thielecke e94458ec90
prepare release v0.0.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-20 19:02:09 +02:00
Martin Thielecke 462c02c7c5
change image 2022-05-20 19:01:54 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
name: default
steps:
- name: create dist
image: golang:latest-alpine
image: golang:latest
commands:
- apk update
- apk add zip

View File

@ -1,3 +1,7 @@
# 0.0.4 / 2022-05-20
* change image
# 0.0.3 / 2022-05-20
* create dist