Skip to content

Commit

Permalink
Download artifact test - 4
Browse files Browse the repository at this point in the history
Corrected syntax
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 25, 2024
1 parent 49370de commit f518c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
# docker push $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}

- name: Use Run ID from previous fetch_run_id job
run: echo "Run ID from pervious job: ${{ needs.fetch_run_id.outputs.run_id }}"

run: echo Run ID from previous job ${{ needs.fetch_run_id.outputs.run_id }}
- uses: actions/download-artifact@v4
with:
name: docker-image-tag
Expand Down

0 comments on commit f518c12

Please sign in to comment.