This commit is contained in:
parent
ab33f676a7
commit
66bcaf9491
8
.github/workflows/tags.yml
vendored
8
.github/workflows/tags.yml
vendored
@ -32,10 +32,18 @@ jobs:
|
|||||||
GOOS=linux GOARCH=arm64 go build -o ./bin/ddns_arm64_$TAG_VERSION ./cmd/...
|
GOOS=linux GOARCH=arm64 go build -o ./bin/ddns_arm64_$TAG_VERSION ./cmd/...
|
||||||
|
|
||||||
- name: push generic registry amd64
|
- name: push generic registry amd64
|
||||||
|
env:
|
||||||
|
USERNAME: ${{ vars.USERNAME }}
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
TAG_VERSION: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser_amd64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser_amd64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
||||||
|
|
||||||
- name: push generic registry amd64
|
- name: push generic registry amd64
|
||||||
|
env:
|
||||||
|
USERNAME: ${{ vars.USERNAME }}
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
TAG_VERSION: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user