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: |