From 800c3a553dae0e6f2e18afb06671fcb8876047c6 Mon Sep 17 00:00:00 2001 From: "dependa-jr[bot]" <171952447+dependa-jr[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:09:21 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/metadata-?= =?UTF-8?q?action=20action=20(=20v3=20=E2=86=92=20v5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | docker/metadata-action | v3 | v5 | --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index f28c11b..ba268c1 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -32,7 +32,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }} labels: |