0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-02 16:42:40 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'