Skip to content

Commit 80e8f76

Browse files
committed
ci: Fix release - use latest buildx
If that doesn't work I'll revert the container image to what it was originally. Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 068c301 commit 80e8f76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150

151151
- name: Set up Docker Buildx
152152
uses: docker/setup-buildx-action@v3.11.1
153+
with:
154+
version: latest
153155

154156
- name: Download all artifacts
155157
uses: actions/download-artifact@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LABEL org.opencontainers.image.version="${VERSION}"
1717
LABEL org.opencontainers.image.revision="${REVISION}"
1818
LABEL org.opencontainers.image.created="${BUILD_DATE}"
1919

20-
RUN apk --no-cache add ca-certificates
20+
RUN apk --no-cache --no-scripts add ca-certificates
2121
RUN addgroup -g 1000 infer && \
2222
adduser -u 1000 -G infer -h /home/infer -s /bin/sh -D infer
2323
WORKDIR /home/infer

0 commit comments

Comments
 (0)