Add some logging.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s

This commit is contained in:
Cameron Redmore 2025-04-18 17:34:29 +01:00
parent df20ad86c9
commit b7d11b743d

View file

@ -10,8 +10,13 @@ jobs:
runs-on: alpine-latest
steps:
- name: Test
run: ls /usr/bin
shell: sh
- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.9.0
shell: sh
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}