Update CI workflow to reflect new container registry path
All checks were successful
CI/CD / test-backend (pull_request) Successful in 9s
CI/CD / test-frontend (pull_request) Successful in 10s
CI/CD / build-and-deploy (pull_request) Successful in 25s
CI/CD Pipeline / Overall Status ✅ Все проверки прошли успешно
CI/CD / pr-status (pull_request) Successful in 1s

This commit is contained in:
2026-04-03 15:27:56 +03:00
parent 832568450a
commit 45cee0785f

View File

@@ -93,7 +93,7 @@ jobs:
context: . context: .
push: false push: false
load: true load: true
tags: git.rlkdev.ru/RLK/fastapi-app:latest tags: git.rlkdev.ru/rlk/fastapi-app:latest
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
@@ -108,7 +108,7 @@ jobs:
--name fastapi-test-container \ --name fastapi-test-container \
-p 8080:8000 \ -p 8080:8000 \
--restart unless-stopped \ --restart unless-stopped \
git.rlkdev.ru/RLK/fastapi-app:latest git.rlkdev.ru/rlk/fastapi-app:latest
- name: Wait for container to be ready - name: Wait for container to be ready
run: | run: |