From ec83b777ec4d9866088031ec304e12fbf95d5fdc Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Sat, 8 Nov 2025 23:46:01 -0600 Subject: [PATCH 1/2] Force a release to check integration with docker --- docs/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e876566..515bb2c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,14 @@ # `phpcfdi/cfditopdf` Changelog +## Version 0.4.4 2024-11-08 + +- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration. + ## Version 0.4.3 2024-11-08 - Fix compatibility with PHP 8.4. - Allow dependence of `eclipxe/cfdiutils` to match versions `^2.31` and `^3.0`. - Update license year to 2025. -- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration. These changes apply to the development environment: From 10ebe77d409fcd69c3507c25f6900cb8bf241c02 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Sat, 8 Nov 2025 23:46:49 -0600 Subject: [PATCH 2/2] Do not run docker or publish on demand --- .github/workflows/docker.yml | 1 - .github/workflows/publish.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8640e61..b59613e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,6 +1,5 @@ name: docker on: - workflow_dispatch: release: branches: [ "master" ] types: [ "published" ] diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19a1f43..56a4531 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ -name: "Create and publish Phar" +name: publish on: - workflow_dispatch: release: branches: [ "master" ] types: [ "published" ]