From c2e74ad761d9cfa8ca4afbdfb664138dc9c6765b Mon Sep 17 00:00:00 2001 From: Lukas Garberg Date: Fri, 14 Jun 2024 14:37:02 +0200 Subject: [PATCH] ci: Fix typo in metadata action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f564184..5086ee015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,7 @@ jobs: - name: "nipapd metadata" id: nipapd_meta - uses: docker/metadata-actio@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.NIPAPD_IMAGE }} tags: | @@ -211,7 +211,7 @@ jobs: - name: "www metadata" id: www_meta - uses: docker/metadata-actio@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.WWW_IMAGE }} tags: |