v0.5.1
Some checks failed
build-and-push / deploy (push) Has been skipped
build-and-push / build (push) Failing after 3m2s

This commit is contained in:
2025-05-14 16:11:44 -06:00
parent 745168cf51
commit 1372535938

View File

@@ -20,11 +20,11 @@ jobs:
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d # ⬅ idem
# ──────────────── builds ────────────────
- name: Build root image
run: |
docker build -f ./Dockerfile \
-t gitea.interno.com/nucleo000/planilla:${{ github.sha }} \
-t gitea.interno.com/nucleo000/planilla:latest .
# - name: Build root image
# run: |
# docker build -f ./Dockerfile \
# -t gitea.interno.com/nucleo000/planilla:${{ github.sha }} \
# -t gitea.interno.com/nucleo000/planilla:latest .
- name: Build AGENT image
run: |