ADD Domain to flow
Some checks failed
Build Push / build (push) Has been cancelled
Generic Build / build (push) Successful in 6s

This commit is contained in:
maximo tejeda 2024-11-15 12:47:42 -04:00
parent 2becbd0064
commit 03a06bcea1

View File

@ -35,11 +35,11 @@ jobs:
- name: push generic registry amd64 - name: push generic registry amd64
run: | run: |
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 curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_amd64_$TAG_VERSION https://git.maximotejeda.com/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
- name: push generic registry arm64 - name: push generic registry arm64
run: | run: |
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 curl --user $USERNAME:${{ secrets.TOKEN }} --upload-file bin/ddns_arm64_$TAG_VERSION https://git.maximotejeda.com/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
- name: test env download path - name: test env download path
run: | run: |