Switch official environment publishing to Docker Hub
This commit is contained in:
parent
0c4ac17b82
commit
6988d85f7d
11 changed files with 590 additions and 73 deletions
1
Makefile
1
Makefile
|
|
@ -146,7 +146,6 @@ runtime-publish-environment-oci:
|
|||
|
||||
runtime-publish-official-environments-oci:
|
||||
@for environment in $(RUNTIME_ENVIRONMENTS); do \
|
||||
$(MAKE) runtime-export-environment-oci RUNTIME_ENVIRONMENT="$$environment"; \
|
||||
$(MAKE) runtime-publish-environment-oci RUNTIME_ENVIRONMENT="$$environment"; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue