20240822_143518

This commit is contained in:
Barry Matheney 2024-08-22 14:35:18 -04:00
parent af0482a78b
commit 7d5fd0049d

View file

@ -30,6 +30,8 @@ jobs:
image: docker:latest # Running Docker commands inside Docker container (Docker-in-Docker) image: docker:latest # Running Docker commands inside Docker container (Docker-in-Docker)
options: --privileged # Required for Docker-in-Docker setup options: --privileged # Required for Docker-in-Docker setup
steps: steps:
- uses: actions/checkout@v3
name: Check out code for Docker build and push
- name: Script Set 2 - List files in the repository - name: Script Set 2 - List files in the repository
run: | run: |
ls -alt ls -alt