diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3b64e9d..2b9c9b0 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -44,7 +44,7 @@ jobs: # If the pull request is not merged, do not include the edge tag and only include the sha tag. # https://github.com/docker/metadata-action - name: Extract Docker metadata - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -128,7 +128,7 @@ jobs: # If the pull request is not merged, do not include the edge tag and only include the sha tag. # https://github.com/docker/metadata-action - name: Extract Docker metadata - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}