From 0c66031d80e482b9f86df2bd3e3fa1cc1e74baf7 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:14:47 -0600 Subject: [PATCH] Continue troubleshooting actions --- .gitea/workflows/commit.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 1e3cb49..21df7ae 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -9,8 +9,8 @@ on: env: REGISTRY: gitea.taco.quest IMAGE_NAME: ${{ gitea.repository }} - GITHUB_TOKEN: '' - ACTIONS_RUNTIME_TOKEN: '' + GITHUB_TOKEN: "" + ACTIONS_RUNTIME_TOKEN: "" jobs: build-and-push-image: @@ -20,6 +20,10 @@ jobs: contents: read packages: write + steps: + - name: Checkout repository + uses: actions/checkout@v4 + steps: - name: Prepare the container run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh