Delete .github/ubuntu-with-git directory

This commit is contained in:
John Wesley Walker III
2024-02-17 02:26:00 +01:00
committed by GitHub
parent 34a3ecdf02
commit 6af92d23ad
2 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
FROM ubuntu:latest
RUN apt update
RUN apt install -y git

View File

@@ -1,5 +0,0 @@
name: Ubuntu with Git
description: Creates a Docker Container Image with git pre-installed.
runs:
using: 'docker'
image: 'Dockerfile'