diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index 3d4f1a093..8d3629b6e 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -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 \ No newline at end of file