fix
All checks were successful
build-and-deploy / build (push) Successful in 13s
build-and-deploy / deploy (push) Successful in 16s

This commit is contained in:
2025-09-26 20:29:03 -06:00
parent 5b57ed92ae
commit 984279e756
3 changed files with 15 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ jobs:
username: nucleo000
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build+push radiusnucleo
- name: Build+push radiusnucleo (with SPA)
run: |
docker build -t $REG/radiusnucleo:${{ github.sha }} -t $REG/radiusnucleo:latest ./node-api
docker build -t $REG/radiusnucleo:${{ github.sha }} -t $REG/radiusnucleo:latest -f node-api/Dockerfile .
docker push $REG/radiusnucleo:${{ github.sha }}
docker push $REG/radiusnucleo:latest