update registry url
This commit is contained in:
@@ -14,11 +14,11 @@ jobs:
|
|||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: registry.natelubitz.com
|
registry: registry.container-registry.svc.cluster.local:5000
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push action image
|
- name: Build and push action image
|
||||||
run: |
|
run: |
|
||||||
docker build -t registry.natelubitz.com/infra/kforge:latest .
|
docker build -t registry.container-registry.svc.cluster.local:5000/infra/kforge:latest .
|
||||||
docker push registry.natelubitz.com/infra/kforge:latest
|
docker push registry.container-registry.svc.cluster.local:5000/infra/kforge:latest
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: registry.natelubitz.com
|
registry: registry.container-registry.svc.cluster.local:5000
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
registry.natelubitz.com/infra/kforge:latest
|
registry.container-registry.svc.cluster.local:5000/infra/kforge:latest
|
||||||
registry.natelubitz.com/infra/kforge:${{ gitea.sha }}
|
registry.container-registry.svc.cluster.local:5000/infra/kforge:${{ gitea.sha }}
|
||||||
provenance: false
|
provenance: false
|
||||||
sbom: false
|
sbom: false
|
||||||
|
|||||||
Reference in New Issue
Block a user