File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v4
2121 with :
22- ref : ${{ github.event. inputs.tag }}
22+ ref : ${{ inputs.tag }}
2323 - name : Setup Docker Buildx
2424 uses : docker/setup-buildx-action@v3
2525 - name : Extract Semver
2626 id : semver
2727 run : |
28- SEMVER_VERSION=$(echo "${{ github.event. inputs.tag }}" | sed -E 's/liwan-v//')
28+ SEMVER_VERSION=$(echo "${{ inputs.tag }}" | sed -E 's/liwan-v//')
2929 echo "SEMVER_VERSION=${SEMVER_VERSION}" >> "$GITHUB_OUTPUT"
3030 - name : Setup Docker Metadata
3131 uses : docker/metadata-action@v5
5353 linux/amd64
5454 linux/arm64
5555 build-args : |
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
56+ TAR_URL_AMD64=https://github.com/explodingcamera/liwan/releases/download/${{ inputs.tag }}/liwan-x86_64-unknown-linux-musl.tar.gz
57+ TAR_URL_ARM64=https://github.com/explodingcamera/liwan/releases/download/${{ inputs.tag }}/liwan-aarch64-unknown-linux-musl.tar.gz
You can’t perform that action at this time.
0 commit comments