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