Skip to content

Commit 8b8114e

Browse files
Fixed failed Post Run Trivy vulnerability scanner (arm64).
1 parent 13c7da8 commit 8b8114e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
runs-on: ubuntu-24.04-arm
7070
environment:
7171
name: ci-build
72+
outputs:
73+
latest_image_tag: ${{ steps.build.outputs.LATEST_IMAGE_TAG }}
7274
steps:
7375
- name: Checkout repository
7476
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
@@ -85,6 +87,7 @@ jobs:
8587
with:
8688
docker-images: false
8789
- name: Build arm64 images
90+
id: build
8891
env:
8992
ORACLE_JAVA8_TOKEN: ${{ secrets.ORACLE_JAVA8_TOKEN }}
9093
PLATFORM: linux/arm64

0 commit comments

Comments
 (0)