Skip to content

Commit

Permalink
Correcting
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 committed Feb 5, 2025
1 parent 06851ed commit 359d148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app_python/.github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
env:
USERNAME: voronm1522
DOCKER_REPO: voronm1522/devops
DOCKER_TAG: python-app

jobs:
build-and-test:
Expand Down Expand Up @@ -45,4 +44,4 @@ jobs:
with:
context: app_python
push: true
tags: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
tags: ${{ env.DOCKER_REPO }}

0 comments on commit 359d148

Please sign in to comment.