From af7401cc2b7875a79eb7846736103d9d979066b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 00:42:40 +0000 Subject: [PATCH] Bump specsnl/github-actions from 2.4.0 to 2.4.1 Bumps [specsnl/github-actions](https://github.com/specsnl/github-actions) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: specsnl/github-actions dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47010e5..4bac75a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Build and Push by digest - uses: specsnl/github-actions/build-image@2.4.0 + uses: specsnl/github-actions/build-image@2.4.1 with: dockerfile: ${{ inputs.dockerfile }} context: ${{ inputs.context }} diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 2fb0d04..fce3499 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -67,7 +67,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Create Manifest - uses: specsnl/github-actions/create-manifest@2.4.0 + uses: specsnl/github-actions/create-manifest@2.4.1 with: image-name: ${{ steps.image_name.outputs.lowercase }} target: ${{ inputs.target }}