From 01e9e8c6a5a55f206f1ee085b83425ac3d4bf54c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:10:14 +0000 Subject: [PATCH] Update crazy-max/ghaction-docker-meta action to v5.4.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..57aeeb8 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.4.0 with: images: inseefrlab/s3-operator # list of Docker images to use as base name for tags - name: Set up QEMU