fix
Some checks failed
build-and-deploy / build (push) Successful in 25s
build-and-deploy / deploy (push) Failing after 16s

This commit is contained in:
2025-09-26 20:04:43 -06:00
parent 0d468bc921
commit a4f7774631
2 changed files with 5 additions and 6 deletions

View File

@@ -19,11 +19,11 @@ jobs:
username: nucleo000
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build+push radiusNucleo
- name: Build+push radiusnucleo
run: |
docker build -t $REG/radiusNucleo:${{ github.sha }} -t $REG/radiusNucleo:latest ./node-api
docker push $REG/radiusNucleo:${{ github.sha }}
docker push $REG/radiusNucleo:latest
docker build -t $REG/radiusnucleo:${{ github.sha }} -t $REG/radiusnucleo:latest ./node-api
docker push $REG/radiusnucleo:${{ github.sha }}
docker push $REG/radiusnucleo:latest
#───────────────── deploy ─────────────────
deploy:
@@ -51,4 +51,3 @@ jobs:
- name: Update stack
run: docker compose --project-name radiusNucleo up -d --remove-orphans --wait