This commit is contained in:
@@ -9,13 +9,12 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone https://gitea.it-microevo.com/Dev/k8s-pilot.git .
|
||||
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
|
||||
|
||||
- name: Build & Push
|
||||
run: |
|
||||
docker build -t gitea.it-microevo.com/Dev/k8s-pilot:latest .
|
||||
docker push gitea.it-microevo.com/Dev/k8s-pilot:latest
|
||||
docker build -t gitea.it-microevo.com/dev/k8s-pilot:latest .
|
||||
docker push gitea.it-microevo.com/dev/k8s-pilot:latest
|
||||
|
||||
Reference in New Issue
Block a user