remove
Some checks failed
Fetch and Run Hello World Docker Image / fetch-hello-world (push) Failing after 1s

This commit is contained in:
wallabhadasbhumika 2024-12-26 01:25:02 +05:30
parent 1b13e03af6
commit 3c3022393a

View File

@ -19,5 +19,3 @@ jobs:
docker pull hello-world docker pull hello-world
# Run the Hello World image # Run the Hello World image
docker run --rm hello-world