From d5e4340353d09b32768c9f22285a4f6c09a6ec36 Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 19 Feb 2025 22:05:25 -0800 Subject: [PATCH] list docker options --- .gitea/workflows/workflow1.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/workflow1.yaml b/.gitea/workflows/workflow1.yaml index 4f174f7..d65ee02 100644 --- a/.gitea/workflows/workflow1.yaml +++ b/.gitea/workflows/workflow1.yaml @@ -3,6 +3,11 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: + pre-build: + container: docker + steps: + - name: show image options + run: docker image ls build-containers: container: docker-bootstrap steps: