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 20d0fb1 commit 06851ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app_python/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.md
Dockerfile
.dockerignore
.dockerignore
unittests.py
5 changes: 3 additions & 2 deletions app_python/.github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:

env:
USERNAME: voronm1522
DOCKER_IMAGE: voronm1522/devops:python-app
DOCKER_REPO: voronm1522/devops
DOCKER_TAG: python-app

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

0 comments on commit 06851ed

Please sign in to comment.