diff --git a/.github/workflows/multi-build-typesense.yml b/.github/workflows/multi-build-typesense.yml index 686a23da..c2258cbf 100644 --- a/.github/workflows/multi-build-typesense.yml +++ b/.github/workflows/multi-build-typesense.yml @@ -69,7 +69,7 @@ jobs: - name: Docker meta default id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: ${{ env.GHCR_IMAGE }} @@ -152,7 +152,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: ${{ env.GHCR_IMAGE }} annotations: | diff --git a/.github/workflows/multi-build.yml b/.github/workflows/multi-build.yml index b3a8250b..7fa6345e 100644 --- a/.github/workflows/multi-build.yml +++ b/.github/workflows/multi-build.yml @@ -94,7 +94,7 @@ jobs: # The metadata includes information such as the image name, tags, and labels. # The metadata will be used later in the workflow to build and push the Docker image. id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: ${{ env.GHCR_IMAGE }} @@ -213,7 +213,7 @@ jobs: # It uses the docker/metadata-action to create metadata based on the repository information. # The metadata includes information such as the image name, tags, and labels. id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: ${{ env.GHCR_IMAGE }} annotations: |