Skip to content

Commit

Permalink
Upload artifact testing - 2
Browse files Browse the repository at this point in the history
Fixed indentation error.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 25, 2024
1 parent 0e16f9e commit 8f279ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:


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

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

0 comments on commit 8f279ed

Please sign in to comment.