From 113b8dfc48410df1aa519ffc2106e33049d9e643 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:25:44 +0000 Subject: [PATCH] Update crazy-max/ghaction-docker-meta action to v5 --- .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 f6073bf..9e12e81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v3 - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v1.12.0 + uses: crazy-max/ghaction-docker-meta@v5.1.0 with: images: inseefrlab/s3-operator # list of Docker images to use as base name for tags - name: Set up QEMU