-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Docker workflow to push to ai-analyst-alerts-wazuh bran…
…ch and comment out Discord notifications
- Loading branch information
1 parent
b47d95d
commit b5c1a9f
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Docker | |
|
||
on: | ||
push: | ||
branches: [main] | ||
branches: [ai-analyst-alerts-wazuh] | ||
|
||
jobs: | ||
build-backend: | ||
|
@@ -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 | ||
|
@@ -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." |