From 23a27217dfb7695182ffeb3c402cf17fbbc212e3 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 5 Mar 2026 22:40:57 -0500 Subject: [PATCH] actions: fix wording --- .gitea/workflows/build-only.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-only.yaml b/.gitea/workflows/build-only.yaml index 80833b1..340336d 100644 --- a/.gitea/workflows/build-only.yaml +++ b/.gitea/workflows/build-only.yaml @@ -28,8 +28,8 @@ jobs: driver: remote endpoint: 'tcp://buildkitd:1234' - # Build and push the Docker image - - name: Build and Push Docker Image + # Build the Docker image + - name: Build Docker Image uses: docker/build-push-action@v6 with: context: . # Build context (current directory)