Update workflows
This commit is contained in:
parent
0bf76cca53
commit
fc0d2cb3c2
@ -17,9 +17,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: docker build -t git.1159.cl/mario1159/1159cl:latest .
|
|
||||||
|
|
||||||
- name: Authentication
|
- name: Authentication
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -27,5 +24,9 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Push
|
- name: Build and push
|
||||||
run: push git.1159.cl/mario1159/1159cl:latest
|
uses: docker/build-push-action@v4
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: mario1159/1159cl:latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user