diff --git a/app_python/.github/workflows/python-app.yml b/app_python/.github/workflows/python-app.yml index 37a139df9f..c549716e57 100644 --- a/app_python/.github/workflows/python-app.yml +++ b/app_python/.github/workflows/python-app.yml @@ -6,7 +6,6 @@ on: env: USERNAME: voronm1522 DOCKER_REPO: voronm1522/devops - DOCKER_TAG: python-app jobs: build-and-test: @@ -45,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