From 0cc50e6f302931fa371ddab3a8298f7c7dd68eef Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Wed, 21 Jan 2026 20:49:56 +0100 Subject: [PATCH] Version bump --- .github/workflows/build-php.yml | 6 +++--- .github/workflows/build.yml | 2 +- .github/workflows/merge-php.yml | 6 +++--- .github/workflows/merge.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index bc773ab..eefcef8 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -43,21 +43,21 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3.1.0 - name: Build and Push by digest (runtime) - uses: Ilyes512/github-actions/build-target@1.0.8 + uses: Ilyes512/github-actions/build-target@1.0.9 with: platform: ${{ inputs.platform }} image-name: ${{ steps.image_name.outputs.lowercase }} dockerfile: ${{ inputs.dockerfile }} target: runtime - name: Build and Push by digest (builder) - uses: Ilyes512/github-actions/build-target@1.0.8 + uses: Ilyes512/github-actions/build-target@1.0.9 with: platform: ${{ inputs.platform }} image-name: ${{ steps.image_name.outputs.lowercase }} dockerfile: ${{ inputs.dockerfile }} target: builder - name: Build and Push by digest (builder_nodejs) - uses: Ilyes512/github-actions/build-target@1.0.8 + uses: Ilyes512/github-actions/build-target@1.0.9 with: platform: ${{ inputs.platform }} image-name: ${{ steps.image_name.outputs.lowercase }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44772bf..d78b7ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: with: string: ${{ inputs.image-name }} - name: Build and Push by digest - uses: Ilyes512/github-actions/build-image@1.0.8 + uses: Ilyes512/github-actions/build-image@1.0.9 with: dockerfile: ${{ inputs.dockerfile }} platform: ${{ inputs.platform }} diff --git a/.github/workflows/merge-php.yml b/.github/workflows/merge-php.yml index 3cf60c6..6be2ac7 100644 --- a/.github/workflows/merge-php.yml +++ b/.github/workflows/merge-php.yml @@ -59,21 +59,21 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Create Manifest (runtime) - uses: Ilyes512/github-actions/create-manifest-for-target@1.0.8 + uses: Ilyes512/github-actions/create-manifest-for-target@1.0.9 with: image-name: ${{ steps.image_name.outputs.lowercase }} target: runtime description: ${{ inputs.description-runtime }} title: ${{ inputs.title-runtime }} - name: Create Manifest (builder) - uses: Ilyes512/github-actions/create-manifest-for-target@1.0.8 + uses: Ilyes512/github-actions/create-manifest-for-target@1.0.9 with: image-name: ${{ steps.image_name.outputs.lowercase }} target: builder description: ${{ inputs.description-builder }} title: ${{ inputs.title-builder }} - name: Create Manifest (builder_nodejs) - uses: Ilyes512/github-actions/create-manifest-for-target@1.0.8 + uses: Ilyes512/github-actions/create-manifest-for-target@1.0.9 with: image-name: ${{ steps.image_name.outputs.lowercase }} target: builder_nodejs diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index efb206a..0099d83 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Create Manifest - uses: Ilyes512/github-actions/create-manifest@1.0.8 + uses: Ilyes512/github-actions/create-manifest@1.0.9 with: image-name: ${{ steps.image_name.outputs.lowercase }} title: ${{ inputs.title }}