update registry url
Publish Action Image / build (push) Failing after 6s
Publish Action Image / publish (push) Failing after 2m7s

This commit is contained in:
2026-06-29 17:16:44 +10:00
parent 347bfb4df0
commit 52c986b859
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -14,11 +14,11 @@ jobs:
- name: Login to registry
uses: docker/login-action@v2
with:
registry: registry.natelubitz.com
registry: registry.container-registry.svc.cluster.local:5000
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push action image
run: |
docker build -t registry.natelubitz.com/infra/kforge:latest .
docker push registry.natelubitz.com/infra/kforge:latest
docker build -t registry.container-registry.svc.cluster.local:5000/infra/kforge:latest .
docker push registry.container-registry.svc.cluster.local:5000/infra/kforge:latest
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
- name: Login to registry
uses: docker/login-action@v2
with:
registry: registry.natelubitz.com
registry: registry.container-registry.svc.cluster.local:5000
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -32,7 +32,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
registry.natelubitz.com/infra/kforge:latest
registry.natelubitz.com/infra/kforge:${{ gitea.sha }}
registry.container-registry.svc.cluster.local:5000/infra/kforge:latest
registry.container-registry.svc.cluster.local:5000/infra/kforge:${{ gitea.sha }}
provenance: false
sbom: false