Skip to content

Commit

Permalink
Merge pull request #562 from MyElectricalData/feat/build-args
Browse files Browse the repository at this point in the history
update setuptools
  • Loading branch information
m4dm4rtig4n authored Jul 30, 2024
2 parents 1e5dfe2 + 42bfd46 commit 779cdd0
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 224 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ jobs:
IMAGE_REPO: ${{ steps.informations.outputs.IMAGE_REPO }}
IMAGE_NAME: ${{ steps.informations.outputs.IMAGE_NAME }}

Discord-Begin:
needs: [informations]
if: ${{ needs.informations.outputs.build == 'true' }}
uses: MyElectricalData/.github/.github/workflows/discord.yaml@main
with:
MESSAGE: '**MyElectricalData** : Version **${{ needs.informations.outputs.version }}** is in building state...'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# Discord-Begin:
# needs: [informations]
# if: ${{ needs.informations.outputs.build == 'true' }}
# uses: MyElectricalData/.github/.github/workflows/discord.yaml@main
# with:
# MESSAGE: '**MyElectricalData** : Version **${{ needs.informations.outputs.version }}** is in building state...'
# secrets:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

Build-And-Push-Image:
needs: [informations, Discord-Begin]
needs: [informations]
# needs: [informations]
if: ${{ needs.informations.outputs.build == 'true' }}
uses: MyElectricalData/.github/.github/workflows/dockerhub-build-push.yaml@main
Expand Down
Loading

0 comments on commit 779cdd0

Please sign in to comment.