feature: migration from docker.registry to container.localdomain
All checks were successful
Main / build (push) Successful in -2m7s
All checks were successful
Main / build (push) Successful in -2m7s
This commit is contained in:
parent
8775bdb1a3
commit
e6bddca7de
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
|
||||
env:
|
||||
REGISTRY_NAME: docker.registry:5000
|
||||
REGISTRY_NAME: container.localdomain:5000
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2.9.1
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."docker.registry:5000"]
|
||||
[registry."container.localdomain:5000"]
|
||||
http = true
|
||||
|
||||
- name: Build and push
|
||||
|
Loading…
Reference in New Issue
Block a user