From d00b73a61afa50037e6b48a7f0718c0233a06759 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Thu, 25 Apr 2024 02:44:29 -0700 Subject: [PATCH] Upload artifact testing - 3 Fixed indentation by using Tab size = 2 instead of 4. --- .github/workflows/image_build_push.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index 8d3629b6e..9629bf1b8 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file