From b754e63969bacc4b2acdaadaf3311d71813b6f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:25:58 +0000 Subject: [PATCH] Update crazy-max/ghaction-docker-meta action to v1.12.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f86edb..d1a667b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: path: target/k8s-onboarding-0.0.1-SNAPSHOT.jar - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v1.8.4 + uses: crazy-max/ghaction-docker-meta@v1.12.0 with: images: inseefrlab/k8s-onboarding # list of Docker images to use as base name for tags - name: Set up QEMU