[PR #6964] [MERGED] chore(cli): publish docker image on ghcr #11409

Closed
opened 2026-02-05 14:39:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6964
Author: @etnoy
Created: 2/7/2024
Status: Merged
Merged: 2/8/2024
Merged by: @jrasm91

Base: mainHead: chore/cli-docker-push


📝 Commits (10+)

  • ce47634 build(cli): Docker release workflow
  • f703db2 build(cli): Run jobs for main/PR pushes
  • 8f73318 chore(ci): Rename cli build workflow
  • 19043be chore(ci): Fix CLI build event paths
  • aae0470 chore(ci): CLI build cleanup
  • 8c46edd build(cli): Fix build-push-action dockerfile ref
  • b7d1dbd chore: Remove redundant comment
  • c7d6b68 build(cli): Fix registry login step
  • e21c4e2 build(cli): Manually define latest tag
  • 0a83ca6 build(cli): Only push on workflow_dispatch

📊 Changes

2 files changed (+90 additions, -23 deletions)

View changed files

.github/workflows/cli-release.yml (+0 -23)
.github/workflows/cli.yml (+90 -0)

📄 Description

This should push the docker version of the v2 cli to ghcr.


🔄 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/immich-app/immich/pull/6964 **Author:** [@etnoy](https://github.com/etnoy) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `chore/cli-docker-push` --- ### 📝 Commits (10+) - [`ce47634`](https://github.com/immich-app/immich/commit/ce4763431c7fcbddb35cbf862b41855df01930ee) build(cli): Docker release workflow - [`f703db2`](https://github.com/immich-app/immich/commit/f703db2156170e1933030e45c522d6e31fb7e1fe) build(cli): Run jobs for main/PR pushes - [`8f73318`](https://github.com/immich-app/immich/commit/8f733189dcd4bc2931c51dfec3cdef42923720ca) chore(ci): Rename cli build workflow - [`19043be`](https://github.com/immich-app/immich/commit/19043bee548f94e35274e535570b82ee65e039e5) chore(ci): Fix CLI build event paths - [`aae0470`](https://github.com/immich-app/immich/commit/aae0470cd0903e955b9d1f46706834852baa96a8) chore(ci): CLI build cleanup - [`8c46edd`](https://github.com/immich-app/immich/commit/8c46edd0c7030d759ae355fa42c978f537046dbf) build(cli): Fix build-push-action dockerfile ref - [`b7d1dbd`](https://github.com/immich-app/immich/commit/b7d1dbd8556e213773ad3c1295477fdec4255f30) chore: Remove redundant comment - [`c7d6b68`](https://github.com/immich-app/immich/commit/c7d6b68bf43c1f8d014cdd9253bc27419bd76d98) build(cli): Fix registry login step - [`e21c4e2`](https://github.com/immich-app/immich/commit/e21c4e2eb3b2115ea02b6075d126a74db86d12f5) build(cli): Manually define latest tag - [`0a83ca6`](https://github.com/immich-app/immich/commit/0a83ca6e4a4634414311154c8b40bfc4e9ee439e) build(cli): Only push on workflow_dispatch ### 📊 Changes **2 files changed** (+90 additions, -23 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/cli-release.yml` (+0 -23) ➕ `.github/workflows/cli.yml` (+90 -0) </details> ### 📄 Description This should push the docker version of the v2 cli to ghcr. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:39:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11409