Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stuttgart-things/sthings-slides
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Feb 15, 2024
2 parents f9a2c14 + ad51a3c commit baf756c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/build-kaniko.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Kaniko Build
on:
workflow_dispatch:
inputs:
registry:
type: choice
description: Target registry
default: ghcr.io
options:
- ghcr.io
- scr.cd43.sthings-pve.labul.sva.de
repository:
type: choice
description: Target repository
default: stuttgart-things/sthings-slides
options:
- stuttgart-things/sthings-slides
image:
type: string
description: Image name
default: sthings-slides
tag:
type: string
description: Image tag

jobs:
Build-Kaniko-Image:
name: Build Kaniko
uses: stuttgart-things/stuttgart-things/.github/workflows/build-kaniko.yaml@main
with:
environment-name: k8s
runs-on: arc-runner-scale-set-sthings-slides
dockerfile: ./Dockerfile
registry: "${{ github.event.inputs.registry }}"
repository: "${{ github.event.inputs.repository }}"
image: "${{ github.event.inputs.image }}"
tag: "${{ github.event.inputs.tag }}"
secrets: inherit
22 changes: 0 additions & 22 deletions .github/workflows/kaniko.yaml

This file was deleted.

0 comments on commit baf756c

Please sign in to comment.