Add step to install Docker CLI in build-and-push workflow
Some checks failed
Build & Push Forge-Kasm / docker (push) Failing after 21s

This commit is contained in:
2025-06-05 09:01:07 -05:00
parent 0e84bd0bdd
commit ba6b69cc12

View File

@@ -11,6 +11,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install Docker CLI
run: |
apt-get update && apt-get install -y docker.io
- name: Set up Docker
uses: docker/setup-buildx-action@v2