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 8f5e93f commit 48b341c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
name: test-docker
on: push
jobs:
login:
runs-on: self-hosted
steps:
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: registry
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build-with-llvm:
runs-on: self-hosted
container:
image: registry/clang-debian11:staging
image: clang-debian11:staging
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
Expand Down

0 comments on commit 48b341c

Please sign in to comment.