From bf08662c33f804a8f0bd3a6adb6fedc12ea34257 Mon Sep 17 00:00:00 2001 From: Mikhail Voronin Date: Thu, 6 Feb 2025 00:17:03 +0300 Subject: [PATCH] Correcting --- app_python/.github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_python/.github/workflows/python-app.yml b/app_python/.github/workflows/python-app.yml index c549716e57..fae0f8ca1d 100644 --- a/app_python/.github/workflows/python-app.yml +++ b/app_python/.github/workflows/python-app.yml @@ -44,4 +44,4 @@ jobs: with: context: app_python push: true - tags: ${{ env.DOCKER_REPO }} \ No newline at end of file + tags: ${{ env.DOCKER_REPO }}:python-app \ No newline at end of file