Chains config refactoring (#311)

Generate code from chains config
This commit is contained in:
Vyacheslav
2023-09-29 13:36:34 +03:00
committed by GitHub
parent a2c5743fb2
commit ef6af898e0
80 changed files with 1527 additions and 1321 deletions

View File

@@ -18,11 +18,10 @@ jobs:
with:
distribution: 'zulu'
java-version: 20
- name: Upload to Docker
- name: Setup gradle
uses: gradle/gradle-build-action@v2
with:
arguments: jib -Pdocker=drpcorg
- name: Upload to Docker
run: make jib
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}