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