Skip to content

Commit

Permalink
Merge pull request e-mission#32 from MukuFlash03/upload-artifact
Browse files Browse the repository at this point in the history
Upload artifact to support internal script
  • Loading branch information
shankari authored Aug 21, 2024
2 parents fc124af + 3af9f5e commit 8fa3bf4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ jobs:
- name: push docker image
run: |
docker push $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}
- 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 8fa3bf4

Please sign in to comment.