This commit is contained in:
@@ -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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user