Swap to using sh for alpine.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m20s

This commit is contained in:
Cameron Redmore 2025-04-18 15:05:19 +01:00
parent 9078005d2f
commit c1f075f8e3

View file

@ -27,6 +27,7 @@ jobs:
fetch-depth: 0 # Recommended for metadata action
- name: Install Docker Client CLI
shell: sh
run: |
echo "Installing Docker client"
apk add docker