mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
missing pipe in package_release workflow
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
7952421e2b
commit
c3b151ea42
2
.github/workflows/package_release.yml
vendored
2
.github/workflows/package_release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Ensure bin/ directory
|
||||
run: mkdir -p bin
|
||||
- name: Install linuxkit
|
||||
run:
|
||||
run: |
|
||||
go -C ./src/cmd/linuxkit build -o $(pwd)/bin/linuxkit
|
||||
sudo mv bin/linuxkit /usr/local/bin/
|
||||
- name: Login to Docker Hub
|
||||
|
Loading…
Reference in New Issue
Block a user