beremiz
Clone
Summary
Browse
Changes
Graph
Tests: No need to archive test results before uploading them as action artifacts.
2022-05-17, Edouard Tisserant
2f5b5c14a650
file is
Executable
Tests: No need to archive test results before uploading them as action artifacts.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .