From 37f0f943584edd1b408267eaf23756eb5a6684fe Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 18:00:27 -0600 Subject: [PATCH] Continue testing actions --- .gitea/workflows/commit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 7294771..2889b11 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -20,8 +20,8 @@ jobs: # packages: write steps: - # - name: Checkout repository - # uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 - name: Prepare the container run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh @@ -41,8 +41,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5.1.0 - env: - ACTIONS_RUNTIME_TOKEN: "" + # env: + # ACTIONS_RUNTIME_TOKEN: "" with: context: . push: true