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
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build & push
uses: docker/build-push-action@v4
with:
context: ./nucleo-bot
push: true
tags: |
gitea.interno.com/nucleo000/whatsapp_bot:latest
gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}
- name: Build
run: docker build -t gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }} -t gitea.interno.com/nucleo000/whatsapp_bot:latest ./nucleo-bot
- name: Push
run: |
docker push gitea.interno.com/nucleo000/whatsapp_bot:${{ github.sha }}
docker push gitea.interno.com/nucleo000/whatsapp_bot:latest