diff --git a/app_python/.github/workflows/python-app.yml b/app_python/.github/workflows/python-app.yml index fae0f8ca1d..25fb519348 100644 --- a/app_python/.github/workflows/python-app.yml +++ b/app_python/.github/workflows/python-app.yml @@ -44,4 +44,5 @@ jobs: with: context: app_python push: true - tags: ${{ env.DOCKER_REPO }}:python-app \ No newline at end of file + tags: ${{ env.DOCKER_REPO }}:latest + \ No newline at end of file