fix: update Docker image tags to 'latest' for backend and frontend
taylorwalton committed
Jul 23, 2025 at 14:16 UTC
aeaaec8c13c94e87ba8f9b7e58b60884384ea4ef
1 file changed
+2
-2
.github/workflows/docker.yml
+2
-2
@@ -27,7 +27,7 @@ jobs:
27
with:
28
context: ./backend
29
push: true
30
- tags: ghcr.io/socfortress/copilot-backend:test
30
+ tags: ghcr.io/socfortress/copilot-backend:latest
31
build-args: |
32
COPILOT_API_KEY=${{ secrets.COPILOT_API_KEY }}
33
@@ -60,7 +60,7 @@ jobs:
60
with:
61
context: ./frontend
62
push: true
63
- tags: ghcr.io/socfortress/copilot-frontend:test
63
+ tags: ghcr.io/socfortress/copilot-frontend:latest
64
65
- name: Notify Discord
66
uses: appleboy/discord-action@v1.0.0