[PR #8] [MERGED] Automated multi-platform build and DockerHub publication #8432

Closed
opened 2026-02-05 13:47:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/8
Author: @schklom
Created: 2/6/2022
Status: Merged
Merged: 2/6/2022
Merged by: @alextran1502

Base: mainHead: patch-1


📝 Commits (2)

📊 Changes

2 files changed (+53 additions, -0 deletions)

View changed files

.github/dependabot.yml (+7 -0)
.github/workflows/Build+push Immich.yml (+46 -0)

📄 Description

This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob).
It also checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available.

Remove the triggers you don't want :)

Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path).


🔄 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/8 **Author:** [@schklom](https://github.com/schklom) **Created:** 2/6/2022 **Status:** ✅ Merged **Merged:** 2/6/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`b9b787a`](https://github.com/immich-app/immich/commit/b9b787a6a41d7272b4b89955e1fc565fa878ab47) Automated multi-arch build - [`121883e`](https://github.com/immich-app/immich/commit/121883e07645f85dd664ee3e94940a9cf688a83f) Create dependabot.yml ### 📊 Changes **2 files changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+7 -0) ➕ `.github/workflows/Build+push Immich.yml` (+46 -0) </details> ### 📄 Description This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob). It also checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available. Remove the triggers you don't want :) Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path). --- <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 13:47:03 +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#8432