Skip to content

docker file added to repo #4

docker file added to repo

docker file added to repo #4

Workflow file for this run

name: First Workflow
on:
- push
jobs:
first_job:
name: jomacs-k8s
runs-on: ubuntu-latest
steps:
- name: First Message
run: echo "Welcome to the world of CICD with Github Actions "
- name: List All Files including hidden
run: ls -1a
- name: Show Present working Directory
run: pwd