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