diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 54e073d7918..a3d7ff150c2 100644 --- a/.github/workflows/call-build-images.yaml +++ b/.github/workflows/call-build-images.yaml @@ -164,7 +164,7 @@ jobs: steps: - name: Extract metadata from Github id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ inputs.registry }}/${{ inputs.image }} tags: | @@ -216,7 +216,7 @@ jobs: version: ${{ steps.debug-meta.outputs.version }} steps: - id: debug-meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ inputs.registry }}/${{ inputs.image }} tags: | diff --git a/.github/workflows/call-integration-image-build.yaml b/.github/workflows/call-integration-image-build.yaml index 10e4021e6b3..2d1f52f92f3 100644 --- a/.github/workflows/call-integration-image-build.yaml +++ b/.github/workflows/call-integration-image-build.yaml @@ -56,7 +56,7 @@ jobs: - name: Extract metadata from Github id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ inputs.registry }}/${{ inputs.image }} tags: | @@ -77,7 +77,7 @@ jobs: - name: Extract metadata from Github id: meta-debug - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ inputs.registry }}/${{ inputs.image }} tags: | diff --git a/.github/workflows/pr-image-tests.yaml b/.github/workflows/pr-image-tests.yaml index 61c6028e290..8a4ed175439 100644 --- a/.github/workflows/pr-image-tests.yaml +++ b/.github/workflows/pr-image-tests.yaml @@ -30,7 +30,7 @@ jobs: - name: Extract metadata from Github id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ github.repository }}/pr-${{ github.event.pull_request.number }} tags: | @@ -102,7 +102,7 @@ jobs: - name: Extract metadata from Github id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ github.repository }}/pr-${{ github.event.pull_request.number }} tags: |