This commit is contained in:
Robert Kaussow 2022-04-25 09:27:38 +02:00
parent 7960e83a87
commit 4f0fefe290
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 11 additions and 4 deletions

View File

@ -136,6 +136,7 @@ local PipelineBuildContainer(arch='amd64') = {
image: 'golang:1.18',
commands: [
'make build',
'ls -l dist/drone-github-comment',
],
},
{

View File

@ -108,6 +108,7 @@ steps:
image: golang:1.18
commands:
- make build
- ls -l dist/drone-github-comment
- name: dryrun
image: thegeeklab/drone-docker:19
@ -180,6 +181,7 @@ steps:
image: golang:1.18
commands:
- make build
- ls -l dist/drone-github-comment
- name: dryrun
image: thegeeklab/drone-docker:19
@ -252,6 +254,7 @@ steps:
image: golang:1.18
commands:
- make build
- ls -l dist/drone-github-comment
- name: dryrun
image: thegeeklab/drone-docker:19
@ -454,6 +457,6 @@ depends_on:
---
kind: signature
hmac: 62584eb04cd4935f8bf4ca84d3b137f51d022ffc0b7c96494bbc15545cb991bb
hmac: 437f7ee83558c821e40d26af06e99e1e1a7d805cbf8c7b409747711dd696f193
...

View File

@ -8,4 +8,5 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-githu
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
ADD dist/drone-github-comment /bin/
ENTRYPOINT [ "/bin/drone-github-comment" ]
ENTRYPOINT ["/bin/drone-github-comment"]

View File

@ -8,4 +8,5 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-githu
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
ADD dist/drone-github-comment /bin/
ENTRYPOINT [ "/bin/drone-github-comment" ]
ENTRYPOINT ["/bin/drone-github-comment"]

View File

@ -8,4 +8,5 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-githu
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
ADD dist/drone-github-comment /bin/
ENTRYPOINT [ "/bin/drone-github-comment" ]
ENTRYPOINT ["/bin/drone-github-comment"]