Skip to content

Commit

Permalink
Test local registry
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceBlin committed Sep 25, 2023
1 parent 8350157 commit 6f7f0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build-with-llvm:
runs-on: self-hosted
container:
image: https://registry/clang-debian11:latest
image: registry:443/clang-debian11:latest
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
Expand Down

0 comments on commit 6f7f0dc

Please sign in to comment.