Summary
Jobs
build_and_push_images
protobufcheck
build_and_push_images (./src/accountingservice/Dockerfile, accountingservice, ./, true)
build_and_push_images (./src/adservice/Dockerfile, adservice, ./, true)
build_and_push_images (./src/cartservice/src/Dockerfile, cartservice, ./, false)
build_and_push_images (./src/checkoutservice/Dockerfile, checkoutservice, ./, true)
build_and_push_images (./src/currencyservice/Dockerfile, currencyservice, ./, true)
build_and_push_images (./src/emailservice/Dockerfile, emailservice, ./, true)
build_and_push_images (./src/frauddetectionservice/Dockerfile, frauddetectionservice, ./, true)
build_and_push_images (./src/frontend/Dockerfile, frontend, ./, true)
build_and_push_images (./src/frontendproxy/Dockerfile, frontendproxy, ./, true)
build_and_push_images (./src/frontend/Dockerfile.cypress, frontend-tests, ./, true)
build_and_push_images (./src/imageprovider/Dockerfile, imageprovider, ./, true)
build_and_push_images (./src/kafka/Dockerfile, kafka, ./, true)
build_and_push_images (./src/loadgenerator/Dockerfile, loadgenerator, ./, true)
build_and_push_images (./src/paymentservice/Dockerfile, paymentservice, ./, true)
build_and_push_images (./src/productcatalogservice/Dockerfile, productcatalogservice, ./, true)
build_and_push_images (./src/quoteservice/Dockerfile, quoteservice, ./, true)
build_and_push_images (./src/recommendationservice/Dockerfile, recommendationservice, ./, true)
build_and_push_images (./src/shippingservice/Dockerfile, shippingservice, ./, true)
build_and_push_images (./src/flagd-ui/Dockerfile, flagdui, ./, true)
build_and_push_images (./test/tracetesting/Dockerfile, traceBasedTests, ./, true)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Nightly Release
on:
schedule:
# Runs at 00:00 UTC every day
- cron: '0 0 * * *'
jobs:
build_and_push_images:
uses: ./.github/workflows/component-build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
with:
push: true
version: nightly-${{ github.run_id }}
secrets: inherit
You can’t perform that action at this time.