curl moment
All checks were successful
Docker Image CI / build (push) Successful in 42s

This commit is contained in:
6arelyFuture 2024-03-25 21:27:10 +00:00
parent e0fccb4d4e
commit 3a9e54f714

View File

@ -16,8 +16,14 @@ jobs:
- name: Check out files - name: Check out files
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install malware
run: |
apt-get install curl
- name: Install Docker - name: Install Docker
uses: docker-practice/actions-setup-docker@master run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Docker moment - name: Docker moment
run: docker run hello-world run: docker run hello-world