diff --git a/.github/ubuntu-with-git/Dockerfile b/.github/ubuntu-with-git/Dockerfile deleted file mode 100644 index ff801b6..0000000 --- a/.github/ubuntu-with-git/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM ubuntu:latest -RUN apt update -RUN apt install -y git diff --git a/.github/ubuntu-with-git/action.yml b/.github/ubuntu-with-git/action.yml deleted file mode 100644 index e2bcdb3..0000000 --- a/.github/ubuntu-with-git/action.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: Ubuntu with Git -description: Creates a Docker Container Image with git pre-installed. -runs: - using: 'docker' - image: 'Dockerfile'