From 96b0cd2ab19a4fc2e2499d17d1d76d9ec14a4359 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:04:36 +0200 Subject: [PATCH] chore(deps): update docker/metadata-action action to v5 (#38) Co-authored-by: plural-renovate[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b28afe1f..706e99f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8261a1e8..dbf572bd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: |