Change: kubectl and service image
Some checks failed
Build image and deploy / deploy (push) Blocked by required conditions
Build image and deploy / release-image (push) Has been cancelled

This commit is contained in:
2024-10-18 16:40:48 +00:00
parent 995bf3baad
commit 08aebdd61f
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Release name: Build image and deploy
on: [push] on: [push]
jobs: jobs:
@@ -14,6 +14,10 @@ jobs:
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Root CA
run: |
echo "${{ vars.ROOTCA }}" | tee rootca.pem
- name: Set up Docker BuildX - name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
@@ -49,7 +53,7 @@ jobs:
needs: release-image needs: release-image
runs-on: imgbuilder runs-on: imgbuilder
container: container:
image: gitea.konchin.com/system/kubectl-image image: gitea.konchin.com/image/kubectl
credentials: credentials:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}

View File

@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: frontend - name: frontend
image: 'gitea.konchin.com/services/amane-tanikaze-frontend:latest' image: gitea.konchin.com/service/amane-tanikaze-frontend:latest
ports: ports:
- name: http - name: http
containerPort: 3000 containerPort: 3000