Skip to content

Commit

Permalink
Removing branch prefix for artifact tag
Browse files Browse the repository at this point in the history
Internal script not changed immediately hence keeping artifact part same as current.
Also once internal script logic implemented to handle reading tags from .env files directly, will no longer need artifacts.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 21, 2024
1 parent 45757b8 commit 327d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create artifact text file
run: |
echo ${GITHUB_REF##*/}_${{ steps.date.outputs.date }} > tag_file.txt
echo ${{ steps.date.outputs.date }} > tag_file.txt
echo "Created tag text file"
- name: Upload Artifact
Expand Down

0 comments on commit 327d419

Please sign in to comment.