kaniko
Some checks failed
Build and Push Image / build (push) Failing after 13s

This commit is contained in:
2026-03-22 09:45:28 +02:00
parent d9a679ccca
commit d82f688f69

View File

@@ -7,23 +7,11 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea Registry
uses: docker/login-action@v3
- name: Build and push Docker image
uses: https://code.thetadev.de/actions/kaniko@v1
with:
registry: gitea.paddington.fi # Replace with your Gitea instance URL
registry: gitea.paddington.fi
image: myapp:latest
username: make
password: ${{ secrets.TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
gitea.paddington.fi/make/your-repo:latest
gitea.paddington.fi/make/your-repo:${{ github.sha }}
cache: true