ci: add push to compREP
This commit is contained in:
parent
f8b977336a
commit
1979a5d405
1 changed files with 8 additions and 0 deletions
8
.github/workflows/package.yaml
vendored
8
.github/workflows/package.yaml
vendored
|
@ -29,3 +29,11 @@ jobs:
|
||||||
run: docker buildx build -f ci/Dockerfile . -t libcreate --platform ${{ matrix.platform }} --load
|
run: docker buildx build -f ci/Dockerfile . -t libcreate --platform ${{ matrix.platform }} --load
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker run --platform ${{ matrix.platform }} -v ./output:/libcreate/_packages libcreate
|
run: docker run --platform ${{ matrix.platform }} -v ./output:/libcreate/_packages libcreate
|
||||||
|
- name: Push deb to compREP
|
||||||
|
uses: cpina/github-action-push-to-another-repository@main
|
||||||
|
with:
|
||||||
|
source-directory: "output/"
|
||||||
|
target-directory: "debs/complib/"
|
||||||
|
destination-github-username: "F-WuTS"
|
||||||
|
destination-repository-name: "compREP"
|
||||||
|
target-branch: master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue