From 770da5259100dcfcf1704725b31bb15b2625ca0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:51:32 +0000 Subject: [PATCH] Update crazy-max/ghaction-docker-meta action to v5.2.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f6c0ba..320921c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5.1.0 + uses: crazy-max/ghaction-docker-meta@v5.2.0 with: images: inseefrlab/s3-operator # list of Docker images to use as base name for tags - name: Set up QEMU