From 975f3b077270bbfade7ef0b0ab0d55d02f3c0e2f Mon Sep 17 00:00:00 2001 From: IceDerce Date: Thu, 22 Dec 2022 18:04:57 +0800 Subject: [PATCH] [ agent ] [ boot ] - agent boot up procedure - 6 --- .github/workflows/build-push-docker.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index 005349c..f1c8150 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -152,17 +152,7 @@ jobs: GITHUB_USERNAME: ${{ secrets.USERNAME }} GITHUB_TOKEN: ${{ secrets.ALL_TOKEN }} BUILD_ENV: 'github-actions' - - - name: Upload the Agent Jar - uses: actions/upload-artifact@v3.1.1 - with: - # Artifact name - name: octopus-agent-"{{date 'YYYY-MM-DD-HH-mm'}}" - # A file, directory or wildcard pattern that describes what to upload - path: ./agent/target/agent-*.jar - # The desired behavior if no files are found using the provided path. - - retention-days: 30 + - name: Build and push Docker images - [ Server ]˚ id: docker_build_server