From a6f661e262b3f6f6d23ed26e3889b3b275bda8e3 Mon Sep 17 00:00:00 2001 From: Mark Kaulertz Date: Fri, 20 Jun 2025 11:45:51 +0200 Subject: [PATCH] update project name --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 4ceb1ff..7260f2d 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -33,7 +33,7 @@ jobs: uses: docker/build-push-action@v5 with: # The directory containing your Dockerfile - context: ./sops-init + context: ./sops-decrypt # Push the image after building push: true # Define the tags for the image