Skip to content

Commit fec64f4

Browse files
ci: fix container build
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 6fb4209 commit fec64f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |
@@ -53,5 +53,5 @@ jobs:
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

0 commit comments

Comments
 (0)