Skip to content

Commit

Permalink
chore: Update Docker workflow to use incident-management branch for p…
Browse files Browse the repository at this point in the history
…ush events
  • Loading branch information
taylorwalton committed Aug 15, 2024
1 parent a0bb37f commit 8ced1de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [incident-management]

jobs:
build-backend:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
context: ./backend
push: true
tags: ghcr.io/socfortress/copilot-backend:latest
tags: ghcr.io/socfortress/copilot-backend:lab
build-args: |
COPILOT_API_KEY=${{ secrets.COPILOT_API_KEY }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: ./frontend
push: true
tags: ghcr.io/socfortress/copilot-frontend:latest
tags: ghcr.io/socfortress/copilot-frontend:lab

# - name: Notify Discord
# uses: appleboy/discord-action@v1.0.0
Expand Down

0 comments on commit 8ced1de

Please sign in to comment.