mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
packaging: Add EULA
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
c549d85505
commit
2aea82a7c6
5 changed files with 17 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
|||
${{ runner.os }}-go-
|
||||
|
||||
- name: Build
|
||||
run: make -f builder.Makefile cross
|
||||
run: make -f builder.Makefile package
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "bin/*"
|
||||
artifacts: "dist/*"
|
||||
prerelease: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue