Skip to content

Commit

Permalink
maj ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Sep 29, 2021
1 parent c0a19b9 commit a75721b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '*'
- '**'
- '*/*'
- '!master'

jobs:
install:
Expand Down Expand Up @@ -74,4 +75,4 @@ jobs:
# DISCORD_EMBEDS: {color: 3447003, author: { name: client.user.username, icon_url: client.user.displayAvatarURL() }, title: "EnedisGateway2MQTT new version available => ${{ steps.vars.outputs.version }}", url: "https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt", fields: [{ name: "Github", value: "https://github.com/m4dm4rtig4n/enedisgateway2mqtt"}, {name: "Docker.io", value: "https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt"}], timestamp: new Date(), footer: {icon_url: client.user.displayAvatarURL(), text: "© m4dm4rtig4n"}}
uses: Ilshidur/action-discord@master
with:
args: 'EnedisGateway2MQTT : New version available ${{ steps.vars.outputs.version }}'
args: '**EnedisGateway2MQTT** : New version available **${{ steps.vars.outputs.version }}**'

0 comments on commit a75721b

Please sign in to comment.