File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ builds:
2222signs :
2323 - artifacts : checksum
2424
25- dockers :
26- - image_templates :
27- - adrianhesketh/ddbimport
28-
2925archives :
3026- format : binary
3127
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ FROM alpine:latest
22
33RUN apk --no-cache add ca-certificates
44
5- COPY ddbimport /ddbimport
5+ COPY ./dist/ddbimport_linux_amd64 /ddbimport
66
77CMD ["./ddbimport" ]
Original file line number Diff line number Diff line change 99 if [ " ${GITHUB_TOKEN} " == " " ]; then echo " Set the GITHUB_TOKEN environment variable" ; fi
1010 ./push-tag.sh
1111 goreleaser --rm-dist
12+
13+ docker-push : release
14+ lima nerdctl build -t adrianhesketh/ddbimport:latest .
15+ pass hub.docker.com/adrianhesketh | lima nerdctl login --username adrianhesketh --password-stdin
16+ lima nerdctl push adrianhesketh/ddbimport:latest
You can’t perform that action at this time.
0 commit comments