diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9a186906..9f985cbe 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,7 @@ name: Docker on: push: - branches: [main] + branches: [incident-management] jobs: build-backend: @@ -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 }} @@ -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