Change: kubectl and service image
All checks were successful
Build image and deploy / release-image (push) Successful in 1m51s
Build image and deploy / deploy (push) Successful in 47s

This commit is contained in:
2024-10-18 16:27:15 +00:00
parent d60bea2279
commit 840b669479
2 changed files with 8 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
name: release-tag name: Build image and deploy
on: on:
push push
@@ -6,9 +6,6 @@ on:
jobs: jobs:
release-image: release-image:
runs-on: imgbuilder runs-on: imgbuilder
# seems broken (2024/06/26)
# container:
# image: gitea/act_runner
env: env:
CONTAINER_REGISTRY: gitea.konchin.com CONTAINER_REGISTRY: gitea.konchin.com
GITEA_TAG: latest GITEA_TAG: latest
@@ -59,7 +56,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: repo - name: repo
image: 'gitea.konchin.com/services/archrepo:latest' image: gitea.konchin.com/service/archrepo:latest
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 80