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

This commit is contained in:
2025-09-26 20:18:49 -06:00
parent 196fa3bc1c
commit 8bae7023ac
4 changed files with 21 additions and 11 deletions

View File

@@ -25,6 +25,12 @@ jobs:
docker push $REG/radiusnucleo:${{ github.sha }}
docker push $REG/radiusnucleo:latest
- name: Build+push radiusnucleo-freeradius
run: |
docker build -t $REG/radiusnucleo-freeradius:${{ github.sha }} -t $REG/radiusnucleo-freeradius:latest ./freeradius
docker push $REG/radiusnucleo-freeradius:${{ github.sha }}
docker push $REG/radiusnucleo-freeradius:latest
#───────────────── deploy ─────────────────
deploy:
needs: build