From 9d539c78c49ea42712f2ca5642b105f7f3029e36 Mon Sep 17 00:00:00 2001 From: Mark Kaulertz Date: Fri, 20 Jun 2025 11:46:37 +0200 Subject: [PATCH] update repo credential references --- .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 7260f2d..2d8d7cd 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-decrypt + context: . # Push the image after building push: true # Define the tags for the image