parent
abdf945c8d
commit
339f8bd45c
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
echo "TOKEN=${{ secrets.TOKEN }}" >> GITHUB_ENV
|
||||
echo "USERNAME=${{ vars.USERNAME }}" >> GITHUB_ENV
|
||||
echo "TAG_VERSION=${{ github.ref_name }}" >> GITHUB_ENV
|
||||
echo "SHORTSHA="$(git rev-parse --short HEAD)" >> GITHUB_ENV
|
||||
echo "SHORTSHA=$(git rev-parse --short HEAD)" >> GITHUB_ENV
|
||||
|
||||
- name: Build amd64
|
||||
run: |
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddns_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 arm64
|
||||
run: |
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddns_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