fix: add quota
Some checks failed
Build Ubuntu Noble Image / Build QEMU Image (push) Failing after 32m55s
Some checks failed
Build Ubuntu Noble Image / Build QEMU Image (push) Failing after 32m55s
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
run: |
|
||||
curl -v -u ${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }} \
|
||||
curl -v -u "${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}" \
|
||||
-X POST "${{ env.NEXUS_URL }}/service/rest/v1/components?repository=releases" \
|
||||
-F raw.directory=/releases/cloud/ \
|
||||
-F raw.asset1=@packer/output/ubuntu-noble.qcow2 \
|
||||
|
||||
Reference in New Issue
Block a user