This commit is contained in:
@@ -7,6 +7,12 @@ jobs:
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.paddington.fi
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
- uses: actions/checkout@master
|
||||
- name: Build and push Docker image
|
||||
uses: https://code.thetadev.de/actions/kaniko@v1
|
||||
|
||||
Reference in New Issue
Block a user