Compare commits
2 Commits
v1.0.1
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
13d65ef6ce
|
|||
|
4347bf733c
|
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
# Build the Docker image
|
# Build the Docker image
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: . # Build context (current directory)
|
context: . # Build context (current directory)
|
||||||
file: ./Dockerfile # Path to Dockerfile
|
file: ./Dockerfile # Path to Dockerfile
|
||||||
|
|||||||
@@ -46,11 +46,8 @@
|
|||||||
.venv/bin/pip install -r ./app/requirements.txt
|
.venv/bin/pip install -r ./app/requirements.txt
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
fi
|
fi
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
|
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
|
||||||
>>>>>>> v1-refactor
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user