Fix container path

This commit is contained in:
Shrukan
2024-02-17 15:59:04 -07:00
parent f46fa0ba58
commit eb94119700
3 changed files with 6 additions and 6 deletions

View File

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