parent
b1bc7dd2b6
commit
0abe2badf1
2
.github/workflows/image_creation.yaml
vendored
2
.github/workflows/image_creation.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ vars.GITEAINSTANCE }}
|
registry: ${{ vars.GITEAINSTANCE }}
|
||||||
username: ${{ vars.USERNAME }}
|
username: ${{ vars.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PWD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build amd64
|
- name: Build amd64
|
||||||
run: |
|
run: |
|
||||||
export shortsha=`git rev-parse --short HEAD`
|
|
||||||
GOOS=linux GOARCH=amd64 go build -o bin/ddns_amd64_$TAG_VERSION "-X 'main.Shortsha=$shortsha' -X 'main.Version=$TAG_VERSION' -X 'main.Aarch=amd64'" ./cmd/...
|
shortsha=`git rev-parse --short HEAD` GOOS=linux GOARCH=amd64 go build -o bin/ddns_amd64_$TAG_VERSION "-X 'main.Shortsha=$shortsha' -X 'main.Version=$TAG_VERSION' -X 'main.Aarch=amd64'" ./cmd/...
|
||||||
|
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user