ci: update container paths
Some checks failed
Build and Test Code / test (push) Successful in 2m20s
Build and Test Code / coverage (push) Successful in 2m21s
Build and Test Code / static_analysis (push) Successful in 1m51s
Build and Test Code / sanitize (push) Has been cancelled
Build Docs / build-docs (push) Has been cancelled

This commit is contained in:
Shrukan
2025-07-06 19:10:00 -06:00
parent c18654a0a8
commit 3c1d03bb1d
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build-docs:
runs-on: garm-k8s
container: gitea.shrukanslab.xyz/sl-devs/cpp-template/dev-environment:latest
container: gitea.shrukanslab.xyz/shrukan/cpp-template/dev-environment:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4