Skip to content

Commit

Permalink
Docker tags update - 4
Browse files Browse the repository at this point in the history
Added tag as a command-line argument to the python script.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 27, 2024
1 parent da1ba6c commit 2b1421c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
id: run_script
run: |
echo "Running script to replace docker image tags in Dockerfiles"
python .github/replaceTags.py --file=docker/Dockerfile
python .github/replaceTags.py --file=Dockerfile
python .github/replaceTags.py --file=docker/Dockerfile --tag=${{ env.DOCKER_IMAGE_TAG }}
python .github/replaceTags.py --file=Dockerfile --tag=${{ env.DOCKER_IMAGE_TAG }}
- name: Add, Commit, Push changes
run: |
Expand Down

0 comments on commit 2b1421c

Please sign in to comment.