We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2932c50 commit 2f5a404Copy full SHA for 2f5a404
build
@@ -66,6 +66,8 @@ function compute_latest_version() {
66
# See https://github.com/opencontainers/image-spec/blob/main/annotations.md for common labels
67
# See https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
68
function docker_build() {
69
+ echo ">>>>>>>> DEBUG $ORACLE_JAVA8_TOKEN">> "$GITHUB_OUTPUT"
70
+
71
local target="$1"
72
local tag="$2"
73
shift
0 commit comments