update license
ci-cd-vm / ci-cd (push) Failing after 1m4s

This commit is contained in:
Chris Chen
2026-06-22 16:53:29 -07:00
parent bcd6b39356
commit 70ea56280c
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ jobs:
- name: Build images
run: |
docker build -t "$REGISTRY/rolac-api:latest" -t "$REGISTRY/rolac-api:${{ github.sha }}" ./API
docker build -t "$REGISTRY/rolac-app:latest" -t "$REGISTRY/rolac-app:${{ github.sha }}" ./APP
docker build \
--build-arg KENDO_UI_LICENSE="${{ secrets.KENDO_UI_LICENSE }}" \
-t "$REGISTRY/rolac-app:latest" -t "$REGISTRY/rolac-app:${{ github.sha }}" ./APP
- name: Push images
run: |