PRUEBA
All checks were successful
build-and-push / build (push) Successful in 2m3s

This commit is contained in:
2025-05-02 14:51:48 -06:00
parent 21c0761625
commit 401836f05a

View File

@@ -21,11 +21,11 @@ jobs:
username: nucleo000 username: nucleo000
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build & push - name: Build
uses: docker/build-push-action@v4 run: docker build -t gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }} -t gitea.interno.com/nucleo000/whatsapp_bot:latest ./nucleo-bot
with:
context: ./nucleo-bot - name: Push
push: true run: |
tags: | docker push gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}
gitea.interno.com/nucleo000/whatsapp_bot:latest docker push gitea.interno.com/nucleo000/whatsapp_bot:latest
gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}