Compare commits

..

No commits in common. "e94458ec908b318218747ad2df2d84bb75070497" and "04f5375bc4ec9ae05697ced0d3e5691dadedf0f0" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

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

View File

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