Skip to content

Commit

Permalink
Create kaniko.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Feb 14, 2024
1 parent 2c3d0ab commit 5f6819b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/kaniko.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Kaniko Build
on:
workflow_dispatch:
#push:
# branches:
# - main

jobs:
kaniko:
environment: k8s
runs-on: arc-runner-scale-set-sthings-slides
steps:
- uses: actions/checkout@master
- name: Kaniko build
uses: aevea/action-kaniko@master
with:
image: aevea/kaniko
registry: ghcr.io
password: ${{ secrets.GITHUB_TOKEN }}
cache: true
cache_registry: aevea/cache

0 comments on commit 5f6819b

Please sign in to comment.