Install Docker CLI in CI runner container

This commit is contained in:
Graham McIntire 2026-04-11 09:04:22 -05:00
parent 11c5d5fb43
commit ab819852ae

View file

@ -22,6 +22,10 @@ jobs:
- name: Checkout code
uses: https://github.com/actions/checkout@v4
- name: Install Docker CLI
run: |
apt-get update && apt-get install -y docker.io
- name: Generate image tag
id: tag
run: |