diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 9b98425..9e9b726 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -87,7 +87,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@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: ${{ env.GHCR_IMAGE }} @@ -203,7 +203,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@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: ${{ env.GHCR_IMAGE }} annotations: |