diff --git a/.github/workflows/oci-full.yml b/.github/workflows/oci-full.yml index 3ae4669..5a55605 100644 --- a/.github/workflows/oci-full.yml +++ b/.github/workflows/oci-full.yml @@ -72,7 +72,7 @@ jobs: - name: Define image name and tags id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # List of OCI images to use as base name for tags images: | diff --git a/.github/workflows/oci-standard.yml b/.github/workflows/oci-standard.yml index 80ec00d..b387353 100644 --- a/.github/workflows/oci-standard.yml +++ b/.github/workflows/oci-standard.yml @@ -72,7 +72,7 @@ jobs: - name: Define image name and tags id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # List of OCI images to use as base name for tags images: |