From e414f5329f286889869a0e30857d5bdaaa56d83d Mon Sep 17 00:00:00 2001 From: terminal Date: Thu, 18 Aug 2022 20:21:47 +0400 Subject: [PATCH] remove artifacts --- .github/workflows/artifacts.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/artifacts.yaml diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml deleted file mode 100644 index 80eaf539..00000000 --- a/.github/workflows/artifacts.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Artifacts - -on: - push: - branches: - - master -jobs: - - publish-gcp: - runs-on: ubuntu-latest - - steps: - - name: Checkout the code - uses: actions/checkout@v2 - - - name: Set up JDK - uses: actions/setup-java@v1 - with: - java-version: 13 - - name: Upload to Docker - uses: eskatos/gradle-command-action@v1 - with: - arguments: jibBuildTar - - name: Docker image - uses: actions/upload-artifact@v3 - with: - name: dshackle-docker-image - path: build/jib-image.tar