File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 ref : ${{ github.event.inputs.tag }}
2323 - name : Setup Docker Buildx
24- uses : docker/setup-buildx-action@v1
24+ uses : docker/setup-buildx-action@v3
2525 - name : Extract Semver
2626 id : semver
2727 run : |
5353 linux/amd64
5454 linux/arm64
5555 build-args : |
56- TAR_URL_AMD64=https://github.com/explodingcamera/liwan/releases/download/${{ github.ref_name }}/liwan-amd64- linux.tar.gz
57- TAR_URL_ARM64=https://github.com/explodingcamera/liwan/releases/download/${{ github.ref_name }}/liwan-aarch64-linux.tar.gz
56+ TAR_URL_AMD64=https://github.com/explodingcamera/liwan/releases/download/${{ github.event.inputs.tag }}/liwan-x86_64-unknown- linux-musl .tar.gz
57+ TAR_URL_ARM64=https://github.com/explodingcamera/liwan/releases/download/${{ github.event.inputs.tag }}/liwan-aarch64-unknown- linux-musl .tar.gz
You can’t perform that action at this time.
0 commit comments