From fb3a02333e350f677ba6ea880e2b4fdcd290e024 Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Thu, 27 Mar 2025 10:30:12 +0000 Subject: [PATCH] Fixing image tags --- .gitea/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index b7277eb..7dad387 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -14,9 +14,9 @@ jobs: matrix: include: - dockerfile: ./backend/Dockerfile - image: git.anatid.net/tabris/anatid-blog-backend:latest + image: git.anatid.net/tabris/anatid-blog-backend - dockerfile: ./frontend/Dockerfile - image: git.anatid.net/tabris/anatid-blog-frontend:latest + image: git.anatid.net/tabris/anatid-blog-frontend steps: - name: Checkout uses: actions/checkout@v4