Skip to content

Commit

Permalink
fix(ci): enhance compatibility with buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Nov 15, 2024
1 parent 201dc37 commit fe8e7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8e7d8

Please sign in to comment.