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 329cb38 commit 6c87117Copy full SHA for 6c87117
1 file changed
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
docker build -t $OTEL_BUILD_TAG -f Dockerfile.otel .
53
echo "Docker images built successfully."
54
echo "BUILD_ENGINE_BUILD_TAG=${BUILD_ENGINE_BUILD_TAG}" >> $GITHUB_OUTPUT
55
- echo "BUILD_ENGINE_BUILD_TAG=${OTEL_BUILD_TAG}" >> $GITHUB_OUTPUT
+ echo "OTEL_BUILD_TAG=${OTEL_BUILD_TAG}" >> $GITHUB_OUTPUT
56
57
- name: Login to GitHub Container Registry
58
uses: docker/login-action@v2
0 commit comments