diff --git a/.gitea/workflows/autotest.yaml b/.gitea/workflows/autotest.yaml index a09de59..64db1b7 100644 --- a/.gitea/workflows/autotest.yaml +++ b/.gitea/workflows/autotest.yaml @@ -53,18 +53,6 @@ jobs: run: | ./gradlew ${{ input.gradle_target }} --no-daemon -x cyclonedxBom \ -Dtest.env=${{ input.test_env }} - - name: Build and push Docker Image - uses: https://git.binom.pw/subochev/devops/build-docker@main - with: - image_name: "otp/agent" - tags: latest ${{ gitea.run_number }} - - name: Publishing Helm - uses: https://git.binom.pw/subochev/devops/helm-publish@main - with: - chart_directory: "helm" - helm_version: "${{ gitea.run_number }}" - helm_version_placeholder: '0.1.0' - - name: 'Cleanup' if: always() shell: bash