Skip to content

Commit

Permalink
build latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Oct 22, 2024
1 parent 88fcfde commit e3f8ed5
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: [update-template]

jobs:
build-backend:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
context: ./backend
push: true
tags: ghcr.io/socfortress/copilot-backend:lab
tags: ghcr.io/socfortress/copilot-backend:latest
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:lab
tags: ghcr.io/socfortress/copilot-frontend:latest

- name: Notify Discord
uses: appleboy/[email protected]
Expand Down

0 comments on commit e3f8ed5

Please sign in to comment.