Skip to content

Commit

Permalink
ci: disable release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 18, 2025
1 parent e9c918c commit aa1c148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ ENV PATH=/root/.local/bin:${PATH}

WORKDIR /app

RUN [ -n "$TAG" ] && fluentci run --wasm . release ; exit 0

FROM debian:bookworm

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit aa1c148

Please sign in to comment.