Skip to content

Commit

Permalink
Upload artifact testing - 3
Browse files Browse the repository at this point in the history
Fixed indentation by using Tab size = 2 instead of 4.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 25, 2024
1 parent 8f279ed commit d00b73a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ jobs:
# run: |
# docker push $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}


- name: Create a text file
run: |
echo "hello world" > tag_file.txt
echo "Created tag text file"

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: docker-image-tag
path: docker_tag.txt
overwrite: true
- name: Create a text file
run: |
echo "hello world" > tag_file.txt
echo "Created tag text file"

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

0 comments on commit d00b73a

Please sign in to comment.