DevOps-fix
This commit is contained in:
@@ -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: ${GITHUB_RUN_ID}"
|
echo "📦 Build number: ${{ github.run_number }}"
|
||||||
./gradlew publishProjectData --no-daemon -x cyclonedxBom "-Pversion=${GITHUB_RUN_ID}"
|
./gradlew publishProjectData --no-daemon -x cyclonedxBom "-Pversion=${{ github.run_number }}"
|
||||||
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user