Compare commits

...

2 commits

Author SHA1 Message Date
2faa155fa7
Merge remote-tracking branch 'origin/main' into mcpeakml/portfolio
All checks were successful
ci / build (pull_request) Successful in 32s
ci / publish (pull_request) Has been skipped
2026-06-11 17:09:54 -04:00
f03f34f12e Initial Portfolio (#1)
Some checks failed
ci / build (push) Successful in 38s
ci / publish (push) Failing after 8s
Reviewed-on: #1
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
2026-06-11 16:21:00 -04:00

View file

@ -44,14 +44,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
steps: steps:
- name: Debug docker socket
run: |
id
ls -la /var/run/ || true
ls -la /var/run/docker.sock || true
which docker || true
docker version || true
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4