feat: pipeline container build
This commit is contained in:
parent
cceaea7cb7
commit
0414cf6dfb
6 changed files with 115 additions and 37 deletions
5
.github/workflows/example.yml
vendored
5
.github/workflows/example.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Sample Testing
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
|
||||
jobs:
|
||||
my_job:
|
||||
runs-on: stackit-docker
|
||||
|
|
@ -8,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
- name: First Chat Message
|
||||
if: ${{ always() }}
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v${{ env.VER }}
|
||||
with:
|
||||
title: "[START] sample test (${{ forgejo.run_number }})"
|
||||
author: ${{ forgejo.actor }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue