chore: remove docker install step - now built into node-runner
Build & Push Portfolio Image / build-push (push) Canceled after 12m28s

- Docker is pre-installed in custom forgejo-runner-node image
- Simplifies workflow, faster CI runs
This commit is contained in:
Story Crater Bot
2026-09-05 14:20:51 -07:00
parent c3cafb5f8a
commit 36913c32f7
-5
View File
@@ -15,11 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker client
run: |
apt-get update
apt-get install -y docker.io
- name: Get short SHA
id: sha
run: |