mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Update build-debian.yml
All checks were successful
Build Debian package / build-and-push-image (push) Successful in 1m6s
All checks were successful
Build Debian package / build-and-push-image (push) Successful in 1m6s
This commit is contained in:
parent
6bfbe68d3b
commit
9f080931ea
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ jobs:
|
||||||
run: dpkg-buildpackage -us -uc -b --target-arch amd64
|
run: dpkg-buildpackage -us -uc -b --target-arch amd64
|
||||||
|
|
||||||
- name: Push to registry
|
- name: Push to registry
|
||||||
run: curl --user ${{ github.actor }}:${{secrets.REGISTRY_TOKEN}} --upload-file ../$(ls *.deb) https://git.marcorealacci.me/api/packages/packages/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload
|
run: curl --user ${{ github.actor }}:${{secrets.REGISTRY_TOKEN}} --upload-file $(ls ../*.deb) https://git.marcorealacci.me/api/packages/packages/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload
|
||||||
|
|
Loading…
Reference in a new issue