This commit is contained in:
@@ -7,11 +7,12 @@ jobs:
|
|||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: https://code.thetadev.de/actions/kaniko@v1
|
uses: https://code.thetadev.de/actions/kaniko@v1
|
||||||
with:
|
with:
|
||||||
registry: gitea.paddington.fi
|
registry: gitea.paddington.fi
|
||||||
image: myapp:latest
|
image: make/myapp:latest
|
||||||
username: make
|
username: make
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
cache: true
|
cache: true
|
||||||
Reference in New Issue
Block a user