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 f2f344c commit 3a01028
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 @@ -64,18 +64,6 @@ jobs:
git push origin
fi
- name: Create a text file
run: |
echo ${{ steps.date.outputs.date }} > tag_file.txt
echo "Created tag text file"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: docker-image-tag
path: tag_file.txt
overwrite: true

dispatch:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a01028

Please sign in to comment.