update registry url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user