File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
1919 packages : write # for image publication to GitHub Packages
2020 runs-on : ubuntu-latest
21+ environment :
22+ name : ci-build
2123 steps :
2224 - name : Checkout repository
2325 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function docker_build() {
7272 shift
7373 docker build \
7474 --build-arg LATEST_VERSION=$LATEST_VERSION \
75- --build-arg ORACLE_JAVA8_TOKEN=fake_test_token \
75+ --build-arg ORACLE_JAVA8_TOKEN=$ORACLE_JAVA8_TOKEN \
7676 --platform linux/amd64 \
7777 --label org.opencontainers.image.created=" $BUILD_DATE " \
7878 --label org.opencontainers.image.source=https://github.com/DataDog/dd-trace-java-docker-build \
You can’t perform that action at this time.
0 commit comments