Skip to content

Commit

Permalink
Update messaging in build-container action
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-fleisch committed Aug 3, 2021
1 parent 7852671 commit 9e8df3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
wget -q https://github.com/mathew-fleisch/bashbot/releases/download/${{ env.RELEASE_VERSION }}/bashbot-${os}-${arch} -O bashbot
chmod +x bashbot
./bashbot --version
./bashbot --slack-token ${{ secrets.RELEASE_SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot <https://github.com/mathew-fleisch/bashbot/releases/tag/${{ env.RELEASE_VERSION}}|${{ env.RELEASE_VERSION }}> has been released!"
./bashbot --slack-token ${{ secrets.RELEASE_SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot <https://github.com/mathew-fleisch/bashbot/releases/tag/${{ env.RELEASE_VERSION}}|${{ env.RELEASE_VERSION }}> has been released and <https://hub.docker.com/r/mathewfleisch/bashbot/tags|multi-arch containers> have been pushed!"

0 comments on commit 9e8df3a

Please sign in to comment.