diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-04-26 08:55:12 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-04-27 16:16:36 +0200 |
| commit | 7f276fb89d659ad86bf2b862f4de4ed3c362d3d6 (patch) | |
| tree | 354dd8a7805fe0b46b623c25882aba985e9cf156 /devel_tools/ci_container/build.sh | |
| parent | 6b9ac739e5338dfb3e8729c9aea0b29d2d3db01a (diff) | |
devel_tools: Add CI Docker image
Diffstat (limited to 'devel_tools/ci_container/build.sh')
| -rw-r--r-- | devel_tools/ci_container/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel_tools/ci_container/build.sh b/devel_tools/ci_container/build.sh new file mode 100644 index 0000000..ab4d124 --- /dev/null +++ b/devel_tools/ci_container/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker buildx build -t ghcr.io/jansucan/diff-dd-ci:latest -f devel_tools/ci_container/Dockerfile . |
