From 3df9d2b0b76964ff0f18b31738ddbf974407cda4 Mon Sep 17 00:00:00 2001 From: rshunim Date: Tue, 3 Oct 2023 17:27:47 +0300 Subject: [PATCH] store in docker_images --- .github/workflows/build.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482e0881deb3c..612dbb883e992 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,20 +13,13 @@ jobs: run: ./docker/verify_dependabot.sh - name: Build Docker Images run: ./docker/build_docker.sh - - - name: step 2 - Add artifacts to publish to the temp folder - run: | - cd artifacts - echo 'alpha' > alpha.html - echo 'bravo' > bravo.html - echo 'charlie' > charlie.html - cd .. - - - name: Step 3 - Use the Upload Artifact GitHub Action + - name: Upload Artifacts uses: actions/upload-artifact@v3 with: name: artifacts path: artifacts + destination: docker_images + no_output_timeout: 60m #default is 360m (6 hours) # no_output_timeout: 60m