diff --git a/.gitea/workflows/gitea-bp.yaml b/.gitea/workflows/gitea-bp.yaml index af3c3b2..9c1ca1b 100644 --- a/.gitea/workflows/gitea-bp.yaml +++ b/.gitea/workflows/gitea-bp.yaml @@ -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 \ No newline at end of file