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