mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge pull request #4016 from deitch/next-fix-releases
fix pkg-release flow for building linuxkit
This commit is contained in:
commit
7952421e2b
4
.github/workflows/package_release.yml
vendored
4
.github/workflows/package_release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release a tag
|
||||
name: Release Tagged Packages
|
||||
|
||||
on:
|
||||
create:
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
run: mkdir -p bin
|
||||
- name: Install linuxkit
|
||||
run:
|
||||
go build -o bin/linuxkit ./src/cmd/linuxkit
|
||||
go -C ./src/cmd/linuxkit build -o $(pwd)/bin/linuxkit
|
||||
sudo mv bin/linuxkit /usr/local/bin/
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release a tag
|
||||
name: Release Tagged Linuxkit
|
||||
|
||||
on:
|
||||
create:
|
||||
|
Loading…
Reference in New Issue
Block a user