diff --git a/app_python/.github/workflows/python-app.yml b/app_python/.github/workflows/python-app.yml index 533fe4806b..c549716e57 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 }}:${{ env.DOCKER_TAG }} \ No newline at end of file + tags: ${{ env.DOCKER_REPO }} \ No newline at end of file