DevOps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user