Skip to content

Commit

Permalink
Update Slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
hucknz authored Oct 30, 2023
1 parent 9afb45c commit b6c32d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/container-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push to Docker Hub and ghcr.io
name: Build and push to Docker Hub and ghcr.io

# This workflow is triggered by an update to the upstream-releases file (which is triggered by the check-releases workflow).
# When triggered the latest version of the container is built and pushed to docker hub
Expand All @@ -9,7 +9,7 @@ name: Build and Push to Docker Hub and ghcr.io
# documentation.

on:
# Automatically trigger when upstram release file is changed
# Automatically trigger when upstream release file is changed
push:
paths:
- 'upstream-releases/*'
Expand All @@ -23,7 +23,7 @@ on:


jobs:
push_to_registries:
build_and_push:
name: Push Docker image to Docker Hub and ghcr.io
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

- name: Notify outcome to Slack
uses: act10ns/slack@v2
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
if: always()

0 comments on commit b6c32d1

Please sign in to comment.