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