fix: new workflow CI (#114)

* update: release

* fix

* fix

* fix

* Update docker.yml

* fix

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-03 16:39:59 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent dcdce63e15
commit 340e7c3e00
10 changed files with 1543 additions and 238 deletions
+8 -10
View File
@@ -3,11 +3,11 @@ name: Publish Docker image for release
on:
push:
tags:
- '*.*.*'
- '!*-*'
- "*.*.*"
- "!*-*"
permissions:
contents: write
contents: read
packages: write
jobs:
@@ -19,15 +19,13 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME_2 }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD_2 }}
github_release:
discord_notification:
needs: docker_publish
uses: ./.github/workflows/github.yml
uses: ./.github/workflows/discord.yml
with:
prerelease: false
make_latest: true
discord_title: "||@release-dashboard|| New release published"
discord_color: 5814783
discord_title: "New Release: ${{ github.ref_name }}"
discord_color: 3066993
discord_footer: "Portabase"
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}