feature: use docker registry name env variable into buildx configuration
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
e6bddca7de
commit
07ca020e92
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2.9.1
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."container.localdomain:5000"]
|
||||
[registry."${{ env.REGISTRY_NAME }}"]
|
||||
http = true
|
||||
|
||||
- name: Build and push
|
||||
|
Loading…
Reference in New Issue
Block a user