Code-only import without upstream history. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
7 lines
201 B
Makefile
7 lines
201 B
Makefile
VERSION = 1.0.8
|
|
name = sientia-laborious
|
|
# ENVIRONMENT = production
|
|
|
|
docker-hub:
|
|
@docker build --no-cache -t aignosi.azurecr.io/$(name):$(VERSION) .
|
|
@docker push aignosi.azurecr.io/$(name):$(VERSION)
|