chore: remove docker install step - now built into node-runner
Build & Push Portfolio Image / build-push (push) Canceled after 12m28s
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user