[PR #581] [MERGED] 572 add docker tags #3409

Closed
opened 2026-02-22 18:33:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/581
Author: @AStevensTaylor
Created: 1/12/2024
Status: Merged
Merged: 1/12/2024
Merged by: @timothycarambat

Base: masterHead: 572-add-docker-tags


📝 Commits (4)

  • ccf87e9 [FEAT]: Docker Tags specific to a build version #572
  • 74190ae fix: dockerhub repo name
  • 8e56dd7 feat: add Docker build caches
  • 6dd683a fix: docker username

📊 Changes

1 file changed (+28 additions, -7 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yaml (+28 -7)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #572

What is in this change?

Specifies tags to build for the docker build; allowing for a deployment to pin to a specific build of the repository.
It also allows for forks to be built onto GitHub's container repo.

Additional Information

The mintplex/anythingllm dockerhub tag is built if it is running on a fork with the secrets.DOCKER_USERNAME set, this could cause confusion for forks.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/581 **Author:** [@AStevensTaylor](https://github.com/AStevensTaylor) **Created:** 1/12/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `572-add-docker-tags` --- ### 📝 Commits (4) - [`ccf87e9`](https://github.com/Mintplex-Labs/anything-llm/commit/ccf87e951f171e31a66d175df93d800e73ba13cd) [FEAT]: Docker Tags specific to a build version #572 - [`74190ae`](https://github.com/Mintplex-Labs/anything-llm/commit/74190ae8367426cf940d220a865e73298c82ab0e) fix: dockerhub repo name - [`8e56dd7`](https://github.com/Mintplex-Labs/anything-llm/commit/8e56dd7dd54c1641210285294265922a09c433bb) feat: add Docker build caches - [`6dd683a`](https://github.com/Mintplex-Labs/anything-llm/commit/6dd683aa3137e5cc8917dd924836f023af213517) fix: docker username ### 📊 Changes **1 file changed** (+28 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yaml` (+28 -7) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [X] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #572 ### What is in this change? Specifies tags to build for the docker build; allowing for a deployment to pin to a specific build of the repository. It also allows for forks to be built onto GitHub's container repo. ### Additional Information The mintplex/anythingllm dockerhub tag is built if it is running on a fork with the `secrets.DOCKER_USERNAME` set, this could cause confusion for forks. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [X] I have tested my code functionality - [X] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:43 -05:00
yindo closed this issue 2026-02-22 18:33:43 -05:00
yindo changed title from [PR #581] 572 add docker tags to [PR #581] [MERGED] 572 add docker tags 2026-06-05 15:13:16 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3409