Skip to content

Commit

Permalink
chore: update Docker workflow to push to ai-analyst-alerts-wazuh bran…
Browse files Browse the repository at this point in the history
…ch and comment out Discord notifications
  • Loading branch information
taylorwalton committed Nov 12, 2024
1 parent b47d95d commit b5c1a9f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker

on:
push:
branches: [main]
branches: [ai-analyst-alerts-wazuh]

jobs:
build-backend:
Expand Down Expand Up @@ -31,12 +31,12 @@ jobs:
build-args: |
COPILOT_API_KEY=${{ secrets.COPILOT_API_KEY }}
- name: Notify Discord
uses: appleboy/[email protected]
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
message: "Docker image for backend has been updated."
# - name: Notify Discord
# uses: appleboy/[email protected]
# with:
# webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
# webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
# message: "Docker image for backend has been updated."

build-frontend:
runs-on: ubuntu-latest
Expand All @@ -62,9 +62,9 @@ jobs:
push: true
tags: ghcr.io/socfortress/copilot-frontend:latest

- name: Notify Discord
uses: appleboy/[email protected]
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
message: "Docker image for frontend has been updated."
# - name: Notify Discord
# uses: appleboy/[email protected]
# with:
# webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
# webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
# message: "Docker image for frontend has been updated."

0 comments on commit b5c1a9f

Please sign in to comment.