Skip to content

Commit

Permalink
Download artifact test - 10
Browse files Browse the repository at this point in the history
Also uploading artifact to join repo to see downloaded tag file.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 25, 2024
1 parent 1f1dd0a commit e4d9f14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,21 @@ jobs:
- name: Use Run ID from previous fetch_run_id job
run: echo Run ID from previous job ${{ needs.fetch_run_id.outputs.run_id }}

- uses: actions/download-artifact@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: docker-image-tag
github-token: ${{ secrets.GH_PAT_TAG }}
repository: MukuFlash03/e-mission-server
# run-id: 8837126758
run-id: ${{ env.RUN_ID }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: docker-image-tag
path: tag_file_2.txt
overwrite: true

- name: List artifact
run: ls -R

0 comments on commit e4d9f14

Please sign in to comment.