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

This commit is contained in:
2025-12-18 01:10:11 +01:00
parent ed77a216e1
commit e6b15e81a7
2 changed files with 19 additions and 0 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:latest
steps:
- run: |
/kaniko/executor \
--context ${{ github.workspace }} \
--dockerfile Dockerfile \
--destination registry/imagen:tag