ADD use to https
This commit is contained in:
parent
e712421200
commit
2becbd0064
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -35,11 +35,11 @@ jobs:
|
||||
|
||||
- name: push generic registry amd64
|
||||
run: |
|
||||
curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_amd64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
||||
curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_amd64_$TAG_VERSION https://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
||||
|
||||
- name: push generic registry arm64
|
||||
run: |
|
||||
curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
||||
curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_arm64_$TAG_VERSION https://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
||||
|
||||
- name: test env download path
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user