2 Commits

Author SHA1 Message Date
13d65ef6ce chore(deps): update docker/build-push-action action to v7
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:17 +00:00
4347bf733c fix flake.nix 2026-03-06 20:32:37 -05:00
2 changed files with 1 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ jobs:
# Build the Docker image
- name: Build Docker Image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: . # Build context (current directory)
file: ./Dockerfile # Path to Dockerfile

View File

@@ -46,11 +46,8 @@
.venv/bin/pip install -r ./app/requirements.txt
source .venv/bin/activate
fi
<<<<<<< HEAD
=======
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
>>>>>>> v1-refactor
'';
};
});