Skip to content

fix: made nightly build to push always to langflowai#1159

Merged
lucaseduoli merged 1 commit into
mainfrom
fix/nightly
Mar 16, 2026
Merged

fix: made nightly build to push always to langflowai#1159
lucaseduoli merged 1 commit into
mainfrom
fix/nightly

Conversation

@lucaseduoli

Copy link
Copy Markdown
Collaborator

This pull request updates the Docker image publishing process in the nightly build workflow. The main change is switching from using a secret-based Docker namespace to a hardcoded langflowai namespace for both image tags and multi-arch manifest creation.

Docker Namespace Standardization:

  • Updated the Docker image tags in the build matrix to use the langflowai namespace instead of the value from the DOCKER_NAMESPACE secret in .github/workflows/nightly-build.yml.
  • Changed the multi-arch manifest creation step to set the namespace as langflowai instead of using the DOCKER_NAMESPACE secret in .github/workflows/nightly-build.yml.

@lucaseduoli lucaseduoli requested a review from mpawlow March 16, 2026 21:31
@lucaseduoli lucaseduoli self-assigned this Mar 16, 2026
@github-actions github-actions Bot added ci ⬛ CI/CD, build, and infrastructure issues bug 🔴 Something isn't working. labels Mar 16, 2026

@mpawlow mpawlow left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review 1

  • ✅ LGTM / Approved

@github-actions github-actions Bot added the lgtm label Mar 16, 2026
@lucaseduoli lucaseduoli merged commit 6e2a306 into main Mar 16, 2026
9 checks passed
@github-actions github-actions Bot deleted the fix/nightly branch March 16, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🔴 Something isn't working. ci ⬛ CI/CD, build, and infrastructure issues lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants