From fe8e7d83ec29bcbb56e0421cefd301808b8078f4 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Sat, 16 Nov 2024 01:16:56 +0800 Subject: [PATCH] fix(ci): enhance compatibility with buildah --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27dcf44..f0bba61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - uses: redhat-actions/buildah-build@v2.13 with: image: localhost/vlmcsd diff --git a/Dockerfile b/Dockerfile index b3bd2af..b65f0f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY ./vlmcsd-*/Makefile /opt/vlmcsd/Makefile WORKDIR /opt/vlmcsd -ARG CC="clang" VERSION="private\ build" +ARG CC="clang" VERSION="private-build" RUN CC="${CC}" VLMCSD_VERSION="${VERSION}" make -j$(nproc) FROM gcr.io/distroless/base-nossl-debian12:nonroot