37 Commits

Author SHA1 Message Date
1e13b1f4e8
Remove login step for Morlana Container Registry from build workflow
All checks were successful
Building and publishing Homebrewery as Docker Image / update-description (release) Successful in 11s
Building and publishing Homebrewery as Docker Image / build (release) Successful in 12m35s
v3.19.0 v3.18.0 v3.17
2025-07-01 15:50:56 +02:00
e1860a0f4a
Harbor is replicating the image by themself
Some checks failed
Building and publishing Homebrewery as Docker Image / update-description (release) Failing after 11s
Building and publishing Homebrewery as Docker Image / build (release) Failing after 43s
2025-07-01 15:46:53 +02:00
d6dce18bb6
Update Docker Hub description repository to kosmos367/homebrewery 2025-07-01 15:27:46 +02:00
536130d727
Update Docker registry login configuration and adjust update workflow schedule
Some checks failed
Building and publishing Homebrewery as Docker Image / update-description (release) Failing after 11s
Building and publishing Homebrewery as Docker Image / build (release) Failing after 12m8s
v3.16.1
2025-07-01 15:20:53 +02:00
6e5d35cb55
Fix environment variable casing for license checks in update workflow
Some checks failed
Building and publishing Homebrewery as Docker Image / update-description (release) Failing after 10s
Building and publishing Homebrewery as Docker Image / build (release) Failing after 34s
2025-06-27 14:52:29 +02:00
f803541ba0
Update build workflow and README for Docker image configuration and registry logins 2025-06-27 14:19:04 +02:00
36c616d665
Add license check and issue creation for Homebrewery license changes 2025-06-27 14:14:31 +02:00
b708c21085
Update copyright notice in LICENSE to reflect full name and current year 2025-06-27 14:14:12 +02:00
589e5d8a0a
Update build workflow to trigger on release events and adjust update job to include token
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m39s
v3.16.0
2025-06-26 16:35:02 +02:00
4fb3849d8c
Change trigger from release event to push event for versioned tags in build workflow 2025-06-26 16:23:35 +02:00
2fb90b0599
Change release event type from 'published' to 'created' in build workflow 2025-06-26 16:21:49 +02:00
40ff0e437e
Refactor update job to streamline release body construction and improve readability 2025-06-26 16:15:31 +02:00
d09accc295
Refactor update job to construct release body directly in environment variable and simplify body handling 2025-06-26 16:12:55 +02:00
34af6e65d2
Refactor update job to store release data in environment variables and simplify debug step 2025-06-26 16:07:23 +02:00
cadd22d22b
Added debugging step 2025-06-26 15:57:15 +02:00
a4ed524c9b
Fix body output handling in update job for Docker release 2025-06-26 15:54:33 +02:00
4291a6c3ec
Refactor update job to fetch latest Homebrewery release using GitHub API 2025-06-26 15:51:04 +02:00
f9797244ef
Refactor Actions workflow to remove debug settings and fixing api url problems 2025-06-26 15:35:04 +02:00
00c78d51d4
Update proxy settings in Actions workflow to use internal IP addresses 2025-06-26 15:02:32 +02:00
41d0bb47a5
Add HTTPS_PROXY environment variable and refine condition for Docker release step in Actions workflow 2025-06-26 14:53:37 +02:00
ea561c9f1b
Add DEBUG environment variable to update job in Actions workflow 2025-06-26 14:14:22 +02:00
3258188bc7
Update Actions workflow to use easyware-io/get-latest-release 2025-06-26 14:04:29 +02:00
02a819c9c7
Update Actions workflow to improve concurrency and specify Ubuntu version 2025-06-26 13:52:09 +02:00
53b3ad7276
Add Actions workflow for automated Homebrewery release updates
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m31s
v3.15.0
2025-06-26 12:32:56 +02:00
48007addc0
Fix JSON structure in entrypoint.sh by adding missing comma for local_environments
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m31s
v3.14.3
2025-06-26 10:18:14 +02:00
0a6765e3dd
Fix JSON structure in entrypoint.sh by adding missing comma for local_environments
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Has been cancelled
2025-06-26 10:08:47 +02:00
81fd807a71
Removed tini because it seems to not work on arm devices
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m42s
2025-06-26 09:53:18 +02:00
74a4557724
Refactor environment variable handling in Dockerfile and entrypoint.sh for consistency and clarity
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m51s
2025-06-25 21:08:49 +02:00
9960e05315
Refactor Dockerfile to unify base image references and improve clarity in build stages
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m48s
2025-06-25 17:11:45 +02:00
4b6efcea6e
Fix Dockerfile stage references for clarity and correct build context
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 31m38s
2025-06-24 15:13:46 +02:00
ffab318254
Fix Docker build context and file path in build.yaml
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 10m26s
2025-06-24 13:31:38 +02:00
94c99bb508
Refactor Dockerfile and build.yaml to include CREATED_AT in build args and update label formatting
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 9m49s
2025-06-24 13:19:03 +02:00
74a4e5fd96
Add build arguments for version and revision in Dockerfile and update build.yaml
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 9m47s
2025-06-24 12:54:42 +02:00
f78979c6e2
Add debugging step to list directory contents during build process
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 43s
2025-06-24 11:55:36 +02:00
d10ee55092
Refactor build.yaml to add step names for clarity and restore token usage for repository checkout
Some checks are pending
Building and publishing Homebrewery as Docker Image / build (release) Waiting to run
2025-06-24 11:39:28 +02:00
147397c4d3
Add initial Docker setup with .dockerignore, Dockerfile, and entrypoint script
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 2m10s
2025-06-24 11:31:58 +02:00
f99a428d67
Initial commit 2025-06-24 08:21:19 +00:00