chore: pipeline adjustments
This commit is contained in:
parent
eb96639c17
commit
6b34a9774b
4 changed files with 68 additions and 9 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue