TEST: build
Some checks failed
Build docker container / Build image (push) Failing after 29s

This commit is contained in:
2025-12-18 01:14:44 +01:00
parent d90ad367ad
commit 076f85b85f
2 changed files with 1 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
name: Build docker container
on:
push:
branches:
- main
jobs:
build:
name: Build image
runs-on: ubuntu
container:
image: gcr.io/kaniko-project/executor:debug
steps:
- run: |
/kaniko/executor \
--context ${{ github.workspace }} \
--dockerfile Dockerfile \
--destination registry/imagen:tag