This commit is contained in:
@@ -8,7 +8,9 @@ jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone https://gitea.it-microevo.com/Dev/k8s-pilot.git .
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login gitea.it-microevo.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
Reference in New Issue
Block a user