WIP: with docker action

This commit is contained in:
2022-09-18 00:53:41 +02:00
parent 8c6eea468e
commit c2d1a7b89e
4 changed files with 59 additions and 9 deletions

View File

@@ -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

View File

@@ -8,4 +8,4 @@ select:
# organisation: "cibus"
actions:
- type: docker-build
entry: "Dockerfile"
entry: Dockerfile