diff --git a/.github/ubuntu-with-git/action.yml b/.github/ubuntu-with-git/action.yml new file mode 100644 index 0000000..e2bcdb3 --- /dev/null +++ b/.github/ubuntu-with-git/action.yml @@ -0,0 +1,5 @@ +name: Ubuntu with Git +description: Creates a Docker Container Image with git pre-installed. +runs: + using: 'docker' + image: 'Dockerfile'