diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ab37cb0..9173720 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -55,7 +55,7 @@ jobs: - name: Extract Docker cache metadata id: meta-cache - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.0.0 with: # list of Docker images to use as base name for tags # //- @@ -144,7 +144,7 @@ jobs: # We extract metadata without tags for single image - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.0.0 with: # list of Docker images to use as base name for tags # //- @@ -153,7 +153,7 @@ jobs: - name: Extract Docker cache metadata id: meta-cache - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.0.0 with: # list of Docker images to use as base name for tags # //- @@ -247,7 +247,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.0.0 with: # list of Docker images to use as base name for tags # //-