Add optional registry inputs to Docker build workflow for flexibility
All checks were successful
Build and Push Loki Database / build-and-push (push) Successful in 16s
All checks were successful
Build and Push Loki Database / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -14,4 +14,8 @@ jobs:
|
||||
with:
|
||||
image_name: observability/loki
|
||||
build_context: ./observability/loki
|
||||
file_path: ./observability/loki/Dockerfile
|
||||
file_path: ./observability/loki/Dockerfile
|
||||
|
||||
registry: gitea.obnitram.cloud
|
||||
registry_username: ${{ github.repository_owner }}
|
||||
registry_password: ${{ secrets.GITEA_TOKEN }}
|
||||
Reference in New Issue
Block a user