Update workflows
Some checks failed
Build docker image / test (push) Successful in 29s
Build docker image / build-image (push) Failing after 42s

This commit is contained in:
Mario Romero 2023-05-17 21:29:41 -04:00
parent 0bf76cca53
commit fc0d2cb3c2

View File

@ -17,9 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: docker build -t git.1159.cl/mario1159/1159cl:latest .
- name: Authentication
uses: docker/login-action@v2
with:
@ -27,5 +24,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Push
run: push git.1159.cl/mario1159/1159cl:latest
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: mario1159/1159cl:latest