ci: add workflow to build and publish CI deps Docker image#555
Open
VeeraRajasekhar wants to merge 3 commits intodevfrom
Open
ci: add workflow to build and publish CI deps Docker image#555VeeraRajasekhar wants to merge 3 commits intodevfrom
VeeraRajasekhar wants to merge 3 commits intodevfrom
Conversation
Micky774
reviewed
Apr 22, 2026
|
|
||
| jobs: | ||
| build-and-push: | ||
| runs-on: linux-te-mi325-8 |
Contributor
There was a problem hiding this comment.
Can we use te_builder for this instead?
Contributor
Author
There was a problem hiding this comment.
Do we have these runners setup?
Contributor
Author
There was a problem hiding this comment.
Found it in our chat, I have updated it. Thanks
ipanfilo
reviewed
Apr 24, 2026
| ARTIFACTORY_DOCKER_PASSWORD: ${{ secrets.ARTIFACTORY_DOCKER_PASSWORD }} | ||
| run: | | ||
| set -euo pipefail | ||
| echo "${ARTIFACTORY_DOCKER_PASSWORD}" | docker login "${REGISTRY}" \ |
Collaborator
There was a problem hiding this comment.
It it fails, will password be hidden from the logs? And actually on success too: CI logs often echo commands
Contributor
Author
There was a problem hiding this comment.
Updated to use docker login action.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a manual GitHub Actions workflow (Publish CI deps Docker image) that builds [.github/scripts/Dockerfile.ci.deps] on the linux-te-mi325-8 runner, logs into the configured container registry, and pushes the image with a caller-supplied tag. This automates publishing the TE CI dependency image to Harbor (or any Docker registry using the same login/push flow) instead of building and pushing only by hand.
Fixes # (issue)
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: