This commit is contained in:
@@ -22,12 +22,6 @@ jobs:
|
||||
git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Build updater binary (test only)
|
||||
run: |
|
||||
go mod download
|
||||
go build -o /dev/null ./cmd/updater
|
||||
go build -o /dev/null ./cmd/dcu-send
|
||||
|
||||
- name: Build and push updater image
|
||||
run: |
|
||||
PUBLIC_KEY_BASE64=$(base64 -w0 < keys/signing-public.pem)
|
||||
|
||||
Reference in New Issue
Block a user