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)