chore: pipeline adjustments
Some checks failed
CI / lint (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
Marcel S. Henselin 2026-04-17 16:44:54 +02:00
parent eb96639c17
commit 6b34a9774b
4 changed files with 68 additions and 9 deletions

View file

@ -54,7 +54,7 @@ jobs:
outputs:
tag: ${{ steps.create_release.outputs.tag }}
steps:
- name: "[START] release workflow"
- name: "🖅 [START] release workflow"
if: ${{ always() }}
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v${{ env.VER }}
with:
@ -124,14 +124,14 @@ jobs:
if: steps.create_release.outputs.tag != ''
uses: docker/build-push-action@v7
with:
push: false
push: true
tags: actions/notify-slim:${{ steps.create_release.outputs.tag }}
- name: "[END] release workflow"
- name: "🖅 [END] release workflow"
if: ${{ always() }}
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v${{ env.VER }}
with:
title: "[START] release workflow (${{ forgejo.run_number }})"
title: "[END] release workflow (${{ forgejo.run_number }})"
author: ${{ forgejo.actor }}
giturl: ${{ forgejo.server_url }}
iconslug: instacart