Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup (Server) #1 - Tasks: A-2, 6, 7, 8 #983

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Task A-2: Removed artifact upload ; internal script updated
Internal script updated as well.
Internal PR must be merged as well once these external PR changes merged.
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 23, 2024
commit 3a01028463accf790567d7ab55b70a51becd2f77
12 changes: 0 additions & 12 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
@@ -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