We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c01405 commit fd7198cCopy full SHA for fd7198c
.github/workflows/master.yml
@@ -61,4 +61,17 @@ jobs:
61
- name: Publish manifest in Docker Hub
62
run: make docker-manifest DOCKER_REPO=$DOCKER_HUB_REPO
63
64
+ - name: Build Tarballs Files
65
+ run: promu crossbuild tarballs
66
67
+ - name: Checksum Tarballs Files
68
+ run: promu checksum .tarballs
69
+
70
+ - name: Release Tarballs Files
71
+ run: promu release .tarballs
72
73
+ - name: Upload artifacts to Github
74
+ uses: actions/upload-artifact@v1
75
+ with:
76
+ name: releases
77
+ path: .tarballs
0 commit comments