DevOps-fix

This commit is contained in:
2026-04-21 13:27:53 +03:00
parent b1be33dac7
commit 68b9ce1ca2
+2 -2
View File
@@ -63,8 +63,8 @@ jobs:
- name: Publishing to DevSpace
continue-on-error: true
run: |
echo "📦 Build number: ${GITHUB_RUN_ID}"
./gradlew publishProjectData --no-daemon -x cyclonedxBom "-Pversion=${GITHUB_RUN_ID}"
echo "📦 Build number: ${{ github.run_number }}"
./gradlew publishProjectData --no-daemon -x cyclonedxBom "-Pversion=${{ github.run_number }}"
- name: Publishing docker
uses: https://git.binom.pw/otp/devops/docker@main
with: