WIP: with docker action
This commit is contained in:
@@ -3,6 +3,4 @@ FROM debian:bullseye-slim
|
||||
# Kraken relies on this path being the specified path
|
||||
WORKDIR /src/work/
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN echo "# README docker" >> README.md
|
||||
RUN echo "# README docker" > README.md
|
||||
|
@@ -8,4 +8,4 @@ select:
|
||||
# organisation: "cibus"
|
||||
actions:
|
||||
- type: docker-build
|
||||
entry: "Dockerfile"
|
||||
entry: Dockerfile
|
||||
|
Reference in New Issue
Block a user