Skip to content

Commit

Permalink
Task A-2: Removed artifact upload ; internal script updated
Browse files Browse the repository at this point in the history
Internal script updated as well.
Internal PR must be merged as well once these external PR changes merged.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 23, 2024
1 parent 107fe0b commit acb9f3a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,3 @@ jobs:
git commit -m "Updated docker image tags in .env file to the latest timestamp"
git push origin
fi
- name: Create artifact text file
run: |
echo ${{ steps.date.outputs.date }} > join_page_tag_file.txt
echo "Created tag text file"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: join-page-image-tag
path: join_page_tag_file.txt
overwrite: true

0 comments on commit acb9f3a

Please sign in to comment.