DevOps-fix

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