7 Commits

Author SHA1 Message Date
williamp 8f2bda0b52 chore(actions): change buildkitd url
Build and Push Docker Image / build-and-push (push) Successful in 7m19s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
2026-03-07 18:56:26 -05:00
williamp 91f2eb39cb chore(actions): change buildkitd url
Build and Push Docker Image / build-and-push (push) Failing after 26s
Build and Push Docker Image / deploy-on-green (push) Has been skipped
2026-03-07 18:35:56 -05:00
williamp 82b867ae9c Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#46) from renovate/docker-setup-buildx-action-4.x into master
Build and Push Docker Image / build-and-push (push) Successful in 7m51s
Build and Push Docker Image / deploy-on-green (push) Successful in 1m18s
Reviewed-on: #46
2026-03-07 15:19:11 +00:00
williamp ebb6c11d49 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#45) from renovate/docker-build-push-action-7.x into master
Build and Push Docker Image / deploy-on-green (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #45
2026-03-07 15:19:02 +00:00
renovate-bot d4beb62fdd chore(deps): update docker/setup-buildx-action action to v4
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:29 +00:00
renovate-bot 13d65ef6ce chore(deps): update docker/build-push-action action to v7
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:17 +00:00
williamp 4347bf733c fix flake.nix 2026-03-06 20:32:37 -05:00
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v4
with:
driver: remote
endpoint: 'tcp://buildkitd:1234'
endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234'
# Log in to the Gitea container registry
- name: Log in to Gitea Container Registry
+3 -3
View File
@@ -21,14 +21,14 @@ jobs:
# Set up Docker Buildx for building the image
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
with:
driver: remote
endpoint: 'tcp://buildkitd:1234'
endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234'
# 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
-3
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
'';
};
});