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 951ac5e commit 8f5e93f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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:
Expand Down

0 comments on commit 8f5e93f

Please sign in to comment.